Html Css Color HEX #9E1ECE Dark Orchid

📋 copy color: '#9E1ECE'

red 158 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #9E1ECE

Tints of Dark Orchid #9E1ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.61%

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

R = 40.1%
G = 7.61%
B = 52.28%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E1ECE (or 0x9E1ECE) is known color: Dark Orchid. HEX triplet: 9E, 1E and CE. RGB value is (158,30,206). Sum of RGB (Red+Green+Blue) = 158+30+206=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E1ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1ECE is #61E131. Grayscale: #575757. Windows color (decimal): -6414642 or 13508254. OLE color: 13508254.

HSL color Cylindrical-coordinate representation of color #9E1ECE: hue angle of 283.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1ECE is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 30 206 -
CMYK 0.23 0.85 0 0.19
HSL 283.64º 0.75% 0.46% -
HSV(B) 283.64º 0.85% 0.81% -
XYZ 25.71 12.65 59.48 -
YUV 88.34 194.41 177.69 -
System Red Green Blue C M Y K H S L
Decimal 158 30 206 0.23 0.85 0 0.19 283.64 0.75 0.46
Hex 9E 1E CE 17 55 0 13 11C 4B 2E
Octal 236 36 316 27 125 0 23 434 113 56
Binary 10011110 11110 11001110 10111 1010101 0 10011 100011100 1001011 101110

Color Harmonies of #9E1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1ECE

Black with #9E1ECE

Text Example


Text Example

White with #9E1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,30,206); }

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

background-color css

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

 a { background-color: rgb(158,30,206); }

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

border-color css

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

 span { border-color: rgb(158,30,206); }

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