Html Css Color HEX #9039C9 Dark Orchid

📋 copy color: '#9039C9'

red 144 ◦ green 57 ◦ blue 201

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

Shades of Dark Orchid #9039C9

Tints of Dark Orchid #9039C9

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.18%

 BLUE value IS 201 (78.91% from 255) = 50%

R = 35.82%
G = 14.18%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9039C9 (or 0x9039C9) is known color: Dark Orchid. HEX triplet: 90, 39 and C9. RGB value is (144,57,201). Sum of RGB (Red+Green+Blue) = 144+57+201=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #9039C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9039C9 is #6FC636. Grayscale: #626262. Windows color (decimal): -7325239 or 13187472. OLE color: 13187472.

HSL color Cylindrical-coordinate representation of color #9039C9: hue angle of 276.25º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9039C9 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 57 201 -
CMYK 0.28 0.72 0 0.21
HSL 276.25º 0.57% 0.51% -
HSV(B) 276.25º 0.72% 0.79% -
XYZ 23.51 13.07 56.54 -
YUV 99.43 185.32 159.79 -
System Red Green Blue C M Y K H S L
Decimal 144 57 201 0.28 0.72 0 0.21 276.25 0.57 0.51
Hex 90 39 C9 1C 48 0 15 114 39 33
Octal 220 71 311 34 110 0 25 424 71 63
Binary 10010000 111001 11001001 11100 1001000 0 10101 100010100 111001 110011

Color Harmonies of #9039C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9039C9

Black with #9039C9

Text Example


Text Example

White with #9039C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9039C9; }

 p { color: rgb(144,57,201); }

 H1.HeaderClassName
 {
   color: #9039C9;
 }
 .AnyTagClassName
 {
   color: #9039C9;
 }
</style>

background-color css

<style>
 a { background-color: #9039C9; }

 a { background-color: rgb(144,57,201); }

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

border-color css

<style>
 span { border-color: #9039C9; }

 span { border-color: rgb(144,57,201); }

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