Html Css Color HEX #9E10EA Dark Violet

📋 copy color: '#9E10EA'

red 158 ◦ green 16 ◦ blue 234

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

Shades of Dark Violet #9E10EA

Tints of Dark Violet #9E10EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.35%

R = 38.73%
G = 3.92%
B = 57.35%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E10EA (or 0x9E10EA) is known color: Dark Violet. HEX triplet: 9E, 10 and EA. RGB value is (158,16,234). Sum of RGB (Red+Green+Blue) = 158+16+234=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E10EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E10EA is #61EF15. Grayscale: #525252. Windows color (decimal): -6418198 or 15339678. OLE color: 15339678.

HSL color Cylindrical-coordinate representation of color #9E10EA: hue angle of 279.08º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E10EA is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 16 234 -
CMYK 0.32 0.93 0 0.08
HSL 279.08º 0.87% 0.49% -
HSV(B) 279.08º 0.93% 0.92% -
XYZ 29.14 13.58 78.93 -
YUV 83.31 213.04 181.27 -
System Red Green Blue C M Y K H S L
Decimal 158 16 234 0.32 0.93 0 0.08 279.08 0.87 0.49
Hex 9E 10 EA 20 5D 0 8 117 57 31
Octal 236 20 352 40 135 0 10 427 127 61
Binary 10011110 10000 11101010 100000 1011101 0 1000 100010111 1010111 110001

Color Harmonies of #9E10EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E10EA

Black with #9E10EA

Text Example


Text Example

White with #9E10EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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