Html Css Color HEX #9036C6 Dark Orchid

📋 copy color: '#9036C6'

red 144 ◦ green 54 ◦ blue 198

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

Shades of Dark Orchid #9036C6

Tints of Dark Orchid #9036C6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.64%

 BLUE value IS 198 (77.73% from 255) = 50%

R = 36.36%
G = 13.64%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9036C6 (or 0x9036C6) is known color: Dark Orchid. HEX triplet: 90, 36 and C6. RGB value is (144,54,198). Sum of RGB (Red+Green+Blue) = 144+54+198=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #9036C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9036C6 is #6FC939. Grayscale: #606060. Windows color (decimal): -7326010 or 12990096. OLE color: 12990096.

HSL color Cylindrical-coordinate representation of color #9036C6: hue angle of 277.5º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9036C6 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 54 198 -
CMYK 0.27 0.73 0 0.22
HSL 277.5º 0.57% 0.49% -
HSV(B) 277.5º 0.73% 0.78% -
XYZ 23.01 12.64 54.65 -
YUV 97.33 184.82 161.29 -
System Red Green Blue C M Y K H S L
Decimal 144 54 198 0.27 0.73 0 0.22 277.5 0.57 0.49
Hex 90 36 C6 1B 49 0 16 116 39 31
Octal 220 66 306 33 111 0 26 426 71 61
Binary 10010000 110110 11000110 11011 1001001 0 10110 100010110 111001 110001

Color Harmonies of #9036C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9036C6

Black with #9036C6

Text Example


Text Example

White with #9036C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9036C6; }

 p { color: rgb(144,54,198); }

 H1.HeaderClassName
 {
   color: #9036C6;
 }
 .AnyTagClassName
 {
   color: #9036C6;
 }
</style>

background-color css

<style>
 a { background-color: #9036C6; }

 a { background-color: rgb(144,54,198); }

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

border-color css

<style>
 span { border-color: #9036C6; }

 span { border-color: rgb(144,54,198); }

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