Html Css Color HEX #9E16CD Dark Violet

📋 copy color: '#9E16CD'

red 158 ◦ green 22 ◦ blue 205

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

Shades of Dark Violet #9E16CD

Tints of Dark Violet #9E16CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.71%

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 41.04%
G = 5.71%
B = 53.25%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E16CD (or 0x9E16CD) is known color: Dark Violet. HEX triplet: 9E, 16 and CD. RGB value is (158,22,205). Sum of RGB (Red+Green+Blue) = 158+22+205=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E16CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E16CD is #61E932. Grayscale: #525252. Windows color (decimal): -6416691 or 13440670. OLE color: 13440670.

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

Color convert

RGB 158 22 205 -
CMYK 0.23 0.89 0 0.20
HSL 284.59º 0.81% 0.45% -
HSV(B) 284.59º 0.89% 0.8% -
XYZ 25.41 12.25 58.78 -
YUV 83.53 196.56 181.12 -
System Red Green Blue C M Y K H S L
Decimal 158 22 205 0.23 0.89 0 0.20 284.59 0.81 0.45
Hex 9E 16 CD 17 59 0 14 11D 51 2D
Octal 236 26 315 27 131 0 24 435 121 55
Binary 10011110 10110 11001101 10111 1011001 0 10100 100011101 1010001 101101

Color Harmonies of #9E16CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E16CD

Black with #9E16CD

Text Example


Text Example

White with #9E16CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,22,205); }

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

background-color css

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

 a { background-color: rgb(158,22,205); }

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

border-color css

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

 span { border-color: rgb(158,22,205); }

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