Html Css Color HEX #9D14DD Dark Violet

📋 copy color: '#9D14DD'

red 157 ◦ green 20 ◦ blue 221

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

Shades of Dark Violet #9D14DD

Tints of Dark Violet #9D14DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 39.45%
G = 5.03%
B = 55.53%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D14DD (or 0x9D14DD) is known color: Dark Violet. HEX triplet: 9D, 14 and DD. RGB value is (157,20,221). Sum of RGB (Red+Green+Blue) = 157+20+221=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D14DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D14DD is #62EB22. Grayscale: #535353. Windows color (decimal): -6482723 or 14488733. OLE color: 14488733.

HSL color Cylindrical-coordinate representation of color #9D14DD: hue angle of 280.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D14DD is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 20 221 -
CMYK 0.29 0.91 0 0.13
HSL 280.9º 0.83% 0.47% -
HSV(B) 280.9º 0.91% 0.87% -
XYZ 27.21 12.89 69.46 -
YUV 83.88 205.39 180.16 -
System Red Green Blue C M Y K H S L
Decimal 157 20 221 0.29 0.91 0 0.13 280.9 0.83 0.47
Hex 9D 14 DD 1D 5B 0 D 119 53 2F
Octal 235 24 335 35 133 0 15 431 123 57
Binary 10011101 10100 11011101 11101 1011011 0 1101 100011001 1010011 101111

Color Harmonies of #9D14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D14DD

Black with #9D14DD

Text Example


Text Example

White with #9D14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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