Html Css Color HEX #9E19BE Dark Orchid

📋 copy color: '#9E19BE'

red 158 ◦ green 25 ◦ blue 190

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

Shades of Dark Orchid #9E19BE

Tints of Dark Orchid #9E19BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 42.36%
G = 6.7%
B = 50.94%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E19BE (or 0x9E19BE) is known color: Dark Orchid. HEX triplet: 9E, 19 and BE. RGB value is (158,25,190). Sum of RGB (Red+Green+Blue) = 158+25+190=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E19BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E19BE is #61E641. Grayscale: #535353. Windows color (decimal): -6415938 or 12458398. OLE color: 12458398.

HSL color Cylindrical-coordinate representation of color #9E19BE: hue angle of 288.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E19BE is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 25 190 -
CMYK 0.17 0.87 0 0.25
HSL 288.36º 0.77% 0.42% -
HSV(B) 288.36º 0.87% 0.75% -
XYZ 23.74 11.68 49.72 -
YUV 83.58 188.06 181.08 -
System Red Green Blue C M Y K H S L
Decimal 158 25 190 0.17 0.87 0 0.25 288.36 0.77 0.42
Hex 9E 19 BE 11 57 0 19 120 4D 2A
Octal 236 31 276 21 127 0 31 440 115 52
Binary 10011110 11001 10111110 10001 1010111 0 11001 100100000 1001101 101010

Color Harmonies of #9E19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E19BE

Black with #9E19BE

Text Example


Text Example

White with #9E19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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