Html Css Color HEX #9E42DB Dark Orchid

📋 copy color: '#9E42DB'

red 158 ◦ green 66 ◦ blue 219

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

Shades of Dark Orchid #9E42DB

Tints of Dark Orchid #9E42DB

RGB

 RED value IS 158 (62.11% from 255) = 35.67%

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 35.67%
G = 14.9%
B = 49.44%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E42DB (or 0x9E42DB) is known color: Dark Orchid. HEX triplet: 9E, 42 and DB. RGB value is (158,66,219). Sum of RGB (Red+Green+Blue) = 158+66+219=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E42DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E42DB is #61BD24. Grayscale: #6E6E6E. Windows color (decimal): -6405413 or 14369438. OLE color: 14369438.

HSL color Cylindrical-coordinate representation of color #9E42DB: hue angle of 276.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E42DB is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 66 219 -
CMYK 0.28 0.70 0 0.14
HSL 276.08º 0.68% 0.56% -
HSV(B) 276.08º 0.7% 0.86% -
XYZ 28.83 16.28 68.64 -
YUV 110.95 188.98 161.56 -
System Red Green Blue C M Y K H S L
Decimal 158 66 219 0.28 0.70 0 0.14 276.08 0.68 0.56
Hex 9E 42 DB 1C 46 0 E 114 44 38
Octal 236 102 333 34 106 0 16 424 104 70
Binary 10011110 1000010 11011011 11100 1000110 0 1110 100010100 1000100 111000

Color Harmonies of #9E42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E42DB

Black with #9E42DB

Text Example


Text Example

White with #9E42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E42DB; }

 p { color: rgb(158,66,219); }

 H1.HeaderClassName
 {
   color: #9E42DB;
 }
 .AnyTagClassName
 {
   color: #9E42DB;
 }
</style>

background-color css

<style>
 a { background-color: #9E42DB; }

 a { background-color: rgb(158,66,219); }

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

border-color css

<style>
 span { border-color: #9E42DB; }

 span { border-color: rgb(158,66,219); }

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