Html Css Color HEX #9E14B5 Dark Violet

📋 copy color: '#9E14B5'

red 158 ◦ green 20 ◦ blue 181

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

Shades of Dark Violet #9E14B5

Tints of Dark Violet #9E14B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.42%

R = 44.01%
G = 5.57%
B = 50.42%

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

#9E14B5 (or 0x9E14B5) is known color: Dark Violet. HEX triplet: 9E, 14 and B5. RGB value is (158,20,181). Sum of RGB (Red+Green+Blue) = 158+20+181=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #9E14B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E14B5 is #61EB4A. Grayscale: #4F4F4F. Windows color (decimal): -6417227 or 11867294. OLE color: 11867294.

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

Color convert

RGB 158 20 181 -
CMYK 0.13 0.89 0 0.29
HSL 291.43º 0.8% 0.39% -
HSV(B) 291.43º 0.89% 0.71% -
XYZ 22.69 11.11 44.66 -
YUV 79.62 185.22 183.91 -
System Red Green Blue C M Y K H S L
Decimal 158 20 181 0.13 0.89 0 0.29 291.43 0.8 0.39
Hex 9E 14 B5 D 59 0 1D 123 50 27
Octal 236 24 265 15 131 0 35 443 120 47
Binary 10011110 10100 10110101 1101 1011001 0 11101 100100011 1010000 100111

Color Harmonies of #9E14B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E14B5

Black with #9E14B5

Text Example


Text Example

White with #9E14B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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