Html Css Color HEX #9E14CC Dark Violet

📋 copy color: '#9E14CC'

red 158 ◦ green 20 ◦ blue 204

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

Shades of Dark Violet #9E14CC

Tints of Dark Violet #9E14CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 41.36%
G = 5.24%
B = 53.4%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E14CC (or 0x9E14CC) is known color: Dark Violet. HEX triplet: 9E, 14 and CC. RGB value is (158,20,204). Sum of RGB (Red+Green+Blue) = 158+20+204=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E14CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E14CC is #61EB33. Grayscale: #515151. Windows color (decimal): -6417204 or 13374622. OLE color: 13374622.

HSL color Cylindrical-coordinate representation of color #9E14CC: hue angle of 285º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E14CC is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 20 204 -
CMYK 0.23 0.90 0 0.2
HSL 285º 0.82% 0.44% -
HSV(B) 285º 0.9% 0.8% -
XYZ 25.25 12.13 58.14 -
YUV 82.24 196.72 182.04 -
System Red Green Blue C M Y K H S L
Decimal 158 20 204 0.23 0.90 0 0.2 285 0.82 0.44
Hex 9E 14 CC 17 5A 0 14 11D 52 2C
Octal 236 24 314 27 132 0 24 435 122 54
Binary 10011110 10100 11001100 10111 1011010 0 10100 100011101 1010010 101100

Color Harmonies of #9E14CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E14CC

Black with #9E14CC

Text Example


Text Example

White with #9E14CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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