Html Css Color HEX #9037CB Dark Orchid

📋 copy color: '#9037CB'

red 144 ◦ green 55 ◦ blue 203

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

Shades of Dark Orchid #9037CB

Tints of Dark Orchid #9037CB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.68%

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

R = 35.82%
G = 13.68%
B = 50.5%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9037CB (or 0x9037CB) is known color: Dark Orchid. HEX triplet: 90, 37 and CB. RGB value is (144,55,203). Sum of RGB (Red+Green+Blue) = 144+55+203=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #9037CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9037CB is #6FC834. Grayscale: #616161. Windows color (decimal): -7325749 or 13318032. OLE color: 13318032.

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

Color convert

RGB 144 55 203 -
CMYK 0.29 0.73 0 0.20
HSL 276.08º 0.59% 0.51% -
HSV(B) 276.08º 0.73% 0.8% -
XYZ 23.65 12.97 57.76 -
YUV 98.48 186.99 160.47 -
System Red Green Blue C M Y K H S L
Decimal 144 55 203 0.29 0.73 0 0.20 276.08 0.59 0.51
Hex 90 37 CB 1D 49 0 14 114 3B 33
Octal 220 67 313 35 111 0 24 424 73 63
Binary 10010000 110111 11001011 11101 1001001 0 10100 100010100 111011 110011

Color Harmonies of #9037CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9037CB

Black with #9037CB

Text Example


Text Example

White with #9037CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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