Html Css Color HEX #9E19CE Dark Orchid

📋 copy color: '#9E19CE'

red 158 ◦ green 25 ◦ blue 206

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

Shades of Dark Orchid #9E19CE

Tints of Dark Orchid #9E19CE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.43%

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

R = 40.62%
G = 6.43%
B = 52.96%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E19CE (or 0x9E19CE) is known color: Dark Orchid. HEX triplet: 9E, 19 and CE. RGB value is (158,25,206). Sum of RGB (Red+Green+Blue) = 158+25+206=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E19CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E19CE is #61E631. Grayscale: #545454. Windows color (decimal): -6415922 or 13506974. OLE color: 13506974.

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

Color convert

RGB 158 25 206 -
CMYK 0.23 0.88 0 0.19
HSL 284.09º 0.78% 0.45% -
HSV(B) 284.09º 0.88% 0.81% -
XYZ 25.59 12.42 59.44 -
YUV 85.4 196.06 179.78 -
System Red Green Blue C M Y K H S L
Decimal 158 25 206 0.23 0.88 0 0.19 284.09 0.78 0.45
Hex 9E 19 CE 17 58 0 13 11C 4E 2D
Octal 236 31 316 27 130 0 23 434 116 55
Binary 10011110 11001 11001110 10111 1011000 0 10011 100011100 1001110 101101

Color Harmonies of #9E19CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E19CE

Black with #9E19CE

Text Example


Text Example

White with #9E19CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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