Html Css Color HEX #9E14B6 Dark Violet

📋 copy color: '#9E14B6'

red 158 ◦ green 20 ◦ blue 182

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

Shades of Dark Violet #9E14B6

Tints of Dark Violet #9E14B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.56%

R = 43.89%
G = 5.56%
B = 50.56%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9E14B6 (or 0x9E14B6) is known color: Dark Violet. HEX triplet: 9E, 14 and B6. RGB value is (158,20,182). Sum of RGB (Red+Green+Blue) = 158+20+182=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #9E14B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E14B6 is #61EB49. Grayscale: #4F4F4F. Windows color (decimal): -6417226 or 11932830. OLE color: 11932830.

HSL color Cylindrical-coordinate representation of color #9E14B6: hue angle of 291.11º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E14B6 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 20 182 -
CMYK 0.13 0.89 0 0.29
HSL 291.11º 0.8% 0.4% -
HSV(B) 291.11º 0.89% 0.71% -
XYZ 22.79 11.15 45.21 -
YUV 79.73 185.72 183.83 -
System Red Green Blue C M Y K H S L
Decimal 158 20 182 0.13 0.89 0 0.29 291.11 0.8 0.4
Hex 9E 14 B6 D 59 0 1D 123 50 28
Octal 236 24 266 15 131 0 35 443 120 50
Binary 10011110 10100 10110110 1101 1011001 0 11101 100100011 1010000 101000

Color Harmonies of #9E14B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E14B6

Black with #9E14B6

Text Example


Text Example

White with #9E14B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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