Html Css Color HEX #9039CB Dark Orchid

📋 copy color: '#9039CB'

red 144 ◦ green 57 ◦ blue 203

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

Shades of Dark Orchid #9039CB

Tints of Dark Orchid #9039CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 35.64%
G = 14.11%
B = 50.25%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9039CB (or 0x9039CB) is known color: Dark Orchid. HEX triplet: 90, 39 and CB. RGB value is (144,57,203). Sum of RGB (Red+Green+Blue) = 144+57+203=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #9039CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9039CB is #6FC634. Grayscale: #636363. Windows color (decimal): -7325237 or 13318544. OLE color: 13318544.

HSL color Cylindrical-coordinate representation of color #9039CB: hue angle of 275.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9039CB is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 57 203 -
CMYK 0.29 0.72 0 0.20
HSL 275.75º 0.58% 0.51% -
HSV(B) 275.75º 0.72% 0.8% -
XYZ 23.74 13.17 57.79 -
YUV 99.66 186.32 159.63 -
System Red Green Blue C M Y K H S L
Decimal 144 57 203 0.29 0.72 0 0.20 275.75 0.58 0.51
Hex 90 39 CB 1D 48 0 14 114 3A 33
Octal 220 71 313 35 110 0 24 424 72 63
Binary 10010000 111001 11001011 11101 1001000 0 10100 100010100 111010 110011

Color Harmonies of #9039CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9039CB

Black with #9039CB

Text Example


Text Example

White with #9039CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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