Html Css Color HEX #9E14BA Dark Violet

📋 copy color: '#9E14BA'

red 158 ◦ green 20 ◦ blue 186

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

Shades of Dark Violet #9E14BA

Tints of Dark Violet #9E14BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.49%

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 43.41%
G = 5.49%
B = 51.1%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E14BA (or 0x9E14BA) is known color: Dark Violet. HEX triplet: 9E, 14 and BA. RGB value is (158,20,186). Sum of RGB (Red+Green+Blue) = 158+20+186=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E14BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E14BA is #61EB45. Grayscale: #4F4F4F. Windows color (decimal): -6417222 or 12194974. OLE color: 12194974.

HSL color Cylindrical-coordinate representation of color #9E14BA: hue angle of 289.88º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E14BA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 20 186 -
CMYK 0.15 0.89 0 0.27
HSL 289.88º 0.81% 0.4% -
HSV(B) 289.88º 0.89% 0.73% -
XYZ 23.21 11.31 47.41 -
YUV 80.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 158 20 186 0.15 0.89 0 0.27 289.88 0.81 0.4
Hex 9E 14 BA F 59 0 1B 122 51 28
Octal 236 24 272 17 131 0 33 442 121 50
Binary 10011110 10100 10111010 1111 1011001 0 11011 100100010 1010001 101000

Color Harmonies of #9E14BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E14BA

Black with #9E14BA

Text Example


Text Example

White with #9E14BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,20,186); }

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

background-color css

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

 a { background-color: rgb(158,20,186); }

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

border-color css

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

 span { border-color: rgb(158,20,186); }

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