Html Css Color HEX #9D14CE Dark Violet

📋 copy color: '#9D14CE'

red 157 ◦ green 20 ◦ blue 206

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

Shades of Dark Violet #9D14CE

Tints of Dark Violet #9D14CE

RGB

 RED value IS 157 (61.72% from 255) = 40.99%

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 40.99%
G = 5.22%
B = 53.79%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9D14CE (or 0x9D14CE) is known color: Dark Violet. HEX triplet: 9D, 14 and CE. RGB value is (157,20,206). Sum of RGB (Red+Green+Blue) = 157+20+206=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D14CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D14CE is #62EB31. Grayscale: #515151. Windows color (decimal): -6482738 or 13505693. OLE color: 13505693.

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

Color convert

RGB 157 20 206 -
CMYK 0.24 0.90 0 0.19
HSL 284.19º 0.82% 0.44% -
HSV(B) 284.19º 0.9% 0.81% -
XYZ 25.3 12.12 59.4 -
YUV 82.17 197.89 181.38 -
System Red Green Blue C M Y K H S L
Decimal 157 20 206 0.24 0.90 0 0.19 284.19 0.82 0.44
Hex 9D 14 CE 18 5A 0 13 11C 52 2C
Octal 235 24 316 30 132 0 23 434 122 54
Binary 10011101 10100 11001110 11000 1011010 0 10011 100011100 1010010 101100

Color Harmonies of #9D14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D14CE

Black with #9D14CE

Text Example


Text Example

White with #9D14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,20,206); }

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

background-color css

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

 a { background-color: rgb(157,20,206); }

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

border-color css

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

 span { border-color: rgb(157,20,206); }

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