Html Css Color HEX #9E19CA Dark Orchid

📋 copy color: '#9E19CA'

red 158 ◦ green 25 ◦ blue 202

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

Shades of Dark Orchid #9E19CA

Tints of Dark Orchid #9E19CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.47%

R = 41.04%
G = 6.49%
B = 52.47%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9E19CA (or 0x9E19CA) is known color: Dark Orchid. HEX triplet: 9E, 19 and CA. RGB value is (158,25,202). Sum of RGB (Red+Green+Blue) = 158+25+202=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E19CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E19CA is #61E635. Grayscale: #545454. Windows color (decimal): -6415926 or 13244830. OLE color: 13244830.

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

Color convert

RGB 158 25 202 -
CMYK 0.22 0.88 0 0.21
HSL 285.08º 0.78% 0.45% -
HSV(B) 285.08º 0.88% 0.79% -
XYZ 25.11 12.23 56.91 -
YUV 84.95 194.06 180.11 -
System Red Green Blue C M Y K H S L
Decimal 158 25 202 0.22 0.88 0 0.21 285.08 0.78 0.45
Hex 9E 19 CA 16 58 0 15 11D 4E 2D
Octal 236 31 312 26 130 0 25 435 116 55
Binary 10011110 11001 11001010 10110 1011000 0 10101 100011101 1001110 101101

Color Harmonies of #9E19CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E19CA

Black with #9E19CA

Text Example


Text Example

White with #9E19CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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