Html Css Color HEX #9042CB Dark Orchid

📋 copy color: '#9042CB'

red 144 ◦ green 66 ◦ blue 203

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

Shades of Dark Orchid #9042CB

Tints of Dark Orchid #9042CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.98%

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

R = 34.87%
G = 15.98%
B = 49.15%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9042CB (or 0x9042CB) is known color: Dark Orchid. HEX triplet: 90, 42 and CB. RGB value is (144,66,203). Sum of RGB (Red+Green+Blue) = 144+66+203=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #9042CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9042CB is #6FBD34. Grayscale: #686868. Windows color (decimal): -7322933 or 13320848. OLE color: 13320848.

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

Color convert

RGB 144 66 203 -
CMYK 0.29 0.67 0 0.20
HSL 274.16º 0.57% 0.53% -
HSV(B) 274.16º 0.67% 0.8% -
XYZ 24.23 14.14 57.95 -
YUV 104.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 144 66 203 0.29 0.67 0 0.20 274.16 0.57 0.53
Hex 90 42 CB 1D 43 0 14 112 39 35
Octal 220 102 313 35 103 0 24 422 71 65
Binary 10010000 1000010 11001011 11101 1000011 0 10100 100010010 111001 110101

Color Harmonies of #9042CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9042CB

Black with #9042CB

Text Example


Text Example

White with #9042CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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