Html Css Color HEX #9E14BC Dark Violet

📋 copy color: '#9E14BC'

red 158 ◦ green 20 ◦ blue 188

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

Shades of Dark Violet #9E14BC

Tints of Dark Violet #9E14BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 43.17%
G = 5.46%
B = 51.37%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E14BC (or 0x9E14BC) is known color: Dark Violet. HEX triplet: 9E, 14 and BC. RGB value is (158,20,188). Sum of RGB (Red+Green+Blue) = 158+20+188=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E14BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E14BC is #61EB43. Grayscale: #4F4F4F. Windows color (decimal): -6417220 or 12326046. OLE color: 12326046.

HSL color Cylindrical-coordinate representation of color #9E14BC: hue angle of 289.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E14BC is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 20 188 -
CMYK 0.16 0.89 0 0.26
HSL 289.29º 0.81% 0.41% -
HSV(B) 289.29º 0.89% 0.74% -
XYZ 23.43 11.4 48.54 -
YUV 80.41 188.72 183.34 -
System Red Green Blue C M Y K H S L
Decimal 158 20 188 0.16 0.89 0 0.26 289.29 0.81 0.41
Hex 9E 14 BC 10 59 0 1A 121 51 29
Octal 236 24 274 20 131 0 32 441 121 51
Binary 10011110 10100 10111100 10000 1011001 0 11010 100100001 1010001 101001

Color Harmonies of #9E14BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E14BC

Black with #9E14BC

Text Example


Text Example

White with #9E14BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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