Html Css Color HEX #9042CE Dark Orchid

📋 copy color: '#9042CE'

red 144 ◦ green 66 ◦ blue 206

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

Shades of Dark Orchid #9042CE

Tints of Dark Orchid #9042CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 34.62%
G = 15.87%
B = 49.52%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9042CE (or 0x9042CE) is known color: Dark Orchid. HEX triplet: 90, 42 and CE. RGB value is (144,66,206). Sum of RGB (Red+Green+Blue) = 144+66+206=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #9042CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9042CE is #6FBD31. Grayscale: #686868. Windows color (decimal): -7322930 or 13517456. OLE color: 13517456.

HSL color Cylindrical-coordinate representation of color #9042CE: hue angle of 273.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9042CE is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 66 206 -
CMYK 0.30 0.68 0 0.19
HSL 273.43º 0.59% 0.53% -
HSV(B) 273.43º 0.68% 0.81% -
XYZ 24.59 14.28 59.85 -
YUV 105.28 184.84 155.62 -
System Red Green Blue C M Y K H S L
Decimal 144 66 206 0.30 0.68 0 0.19 273.43 0.59 0.53
Hex 90 42 CE 1E 44 0 13 111 3B 35
Octal 220 102 316 36 104 0 23 421 73 65
Binary 10010000 1000010 11001110 11110 1000100 0 10011 100010001 111011 110101

Color Harmonies of #9042CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9042CE

Black with #9042CE

Text Example


Text Example

White with #9042CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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