Html Css Color HEX #9E10DD Dark Violet

📋 copy color: '#9E10DD'

red 158 ◦ green 16 ◦ blue 221

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

Shades of Dark Violet #9E10DD

Tints of Dark Violet #9E10DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.05%

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 40%
G = 4.05%
B = 55.95%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E10DD (or 0x9E10DD) is known color: Dark Violet. HEX triplet: 9E, 10 and DD. RGB value is (158,16,221). Sum of RGB (Red+Green+Blue) = 158+16+221=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E10DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E10DD is #61EF22. Grayscale: #515151. Windows color (decimal): -6418211 or 14487710. OLE color: 14487710.

HSL color Cylindrical-coordinate representation of color #9E10DD: hue angle of 281.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E10DD is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 16 221 -
CMYK 0.29 0.93 0 0.13
HSL 281.56º 0.86% 0.46% -
HSV(B) 281.56º 0.93% 0.87% -
XYZ 27.34 12.86 69.45 -
YUV 81.83 206.54 182.33 -
System Red Green Blue C M Y K H S L
Decimal 158 16 221 0.29 0.93 0 0.13 281.56 0.86 0.46
Hex 9E 10 DD 1D 5D 0 D 11A 56 2E
Octal 236 20 335 35 135 0 15 432 126 56
Binary 10011110 10000 11011101 11101 1011101 0 1101 100011010 1010110 101110

Color Harmonies of #9E10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E10DD

Black with #9E10DD

Text Example


Text Example

White with #9E10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,16,221); }

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

background-color css

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

 a { background-color: rgb(158,16,221); }

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

border-color css

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

 span { border-color: rgb(158,16,221); }

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