Html Css Color HEX #9D14B6 Dark Violet

📋 copy color: '#9D14B6'

red 157 ◦ green 20 ◦ blue 182

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

Shades of Dark Violet #9D14B6

Tints of Dark Violet #9D14B6

RGB

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

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

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

R = 43.73%
G = 5.57%
B = 50.7%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9D14B6 (or 0x9D14B6) is known color: Dark Violet. HEX triplet: 9D, 14 and B6. RGB value is (157,20,182). Sum of RGB (Red+Green+Blue) = 157+20+182=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #9D14B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D14B6 is #62EB49. Grayscale: #4E4E4E. Windows color (decimal): -6482762 or 11932829. OLE color: 11932829.

HSL color Cylindrical-coordinate representation of color #9D14B6: hue angle of 290.74º 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 #9D14B6 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 20 182 -
CMYK 0.14 0.89 0 0.29
HSL 290.74º 0.8% 0.4% -
HSV(B) 290.74º 0.89% 0.71% -
XYZ 22.6 11.05 45.2 -
YUV 79.43 185.89 183.33 -
System Red Green Blue C M Y K H S L
Decimal 157 20 182 0.14 0.89 0 0.29 290.74 0.8 0.4
Hex 9D 14 B6 E 59 0 1D 123 50 28
Octal 235 24 266 16 131 0 35 443 120 50
Binary 10011101 10100 10110110 1110 1011001 0 11101 100100011 1010000 101000

Color Harmonies of #9D14B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D14B6

Black with #9D14B6

Text Example


Text Example

White with #9D14B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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