Html Css Color HEX #903CBB Dark Orchid

📋 copy color: '#903CBB'

red 144 ◦ green 60 ◦ blue 187

#903CBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #903CBB

Tints of Dark Orchid #903CBB

RGB

 RED value IS 144 (56.64% from 255) = 36.83%

 GREEN value IS 60 (23.83% from 255) = 15.35%

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 36.83%
G = 15.35%
B = 47.83%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#903CBB (or 0x903CBB) is known color: Dark Orchid. HEX triplet: 90, 3C and BB. RGB value is (144,60,187). Sum of RGB (Red+Green+Blue) = 144+60+187=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #903CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903CBB is #6FC344. Grayscale: #636363. Windows color (decimal): -7324485 or 12270736. OLE color: 12270736.

HSL color Cylindrical-coordinate representation of color #903CBB: hue angle of 279.69º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #903CBB is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 60 187 -
CMYK 0.23 0.68 0 0.27
HSL 279.69º 0.51% 0.48% -
HSV(B) 279.69º 0.68% 0.73% -
XYZ 22.09 12.75 48.31 -
YUV 99.59 177.33 159.67 -
System Red Green Blue C M Y K H S L
Decimal 144 60 187 0.23 0.68 0 0.27 279.69 0.51 0.48
Hex 90 3C BB 17 44 0 1B 118 33 30
Octal 220 74 273 27 104 0 33 430 63 60
Binary 10010000 111100 10111011 10111 1000100 0 11011 100011000 110011 110000

Color Harmonies of #903CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903CBB

Black with #903CBB

Text Example


Text Example

White with #903CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #903CBB; }

 p { color: rgb(144,60,187); }

 H1.HeaderClassName
 {
   color: #903CBB;
 }
 .AnyTagClassName
 {
   color: #903CBB;
 }
</style>

background-color css

<style>
 a { background-color: #903CBB; }

 a { background-color: rgb(144,60,187); }

 div.DivClassName
 {
   background-color: #903CBB;
 }
 .BgClassName
 {
   background-color: #903CBB;
 }
</style>

border-color css

<style>
 span { border-color: #903CBB; }

 span { border-color: rgb(144,60,187); }

 td.TdClassName
 {
   border-color: #903CBB;
 }
 .TagClassName
 {
   border-color: #903CBB;
 }
</style>