Html Css Color HEX #9914DD Dark Violet

📋 copy color: '#9914DD'

red 153 ◦ green 20 ◦ blue 221

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

Shades of Dark Violet #9914DD

Tints of Dark Violet #9914DD

RGB

 RED value IS 153 (60.16% from 255) = 38.83%

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

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

R = 38.83%
G = 5.08%
B = 56.09%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9914DD (or 0x9914DD) is known color: Dark Violet. HEX triplet: 99, 14 and DD. RGB value is (153,20,221). Sum of RGB (Red+Green+Blue) = 153+20+221=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #9914DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9914DD is #66EB22. Grayscale: #525252. Windows color (decimal): -6744867 or 14488729. OLE color: 14488729.

HSL color Cylindrical-coordinate representation of color #9914DD: hue angle of 279.7º 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 #9914DD is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 20 221 -
CMYK 0.31 0.91 0 0.13
HSL 279.7º 0.83% 0.47% -
HSV(B) 279.7º 0.91% 0.87% -
XYZ 26.44 12.49 69.42 -
YUV 82.68 206.06 178.16 -
System Red Green Blue C M Y K H S L
Decimal 153 20 221 0.31 0.91 0 0.13 279.7 0.83 0.47
Hex 99 14 DD 1F 5B 0 D 118 53 2F
Octal 231 24 335 37 133 0 15 430 123 57
Binary 10011001 10100 11011101 11111 1011011 0 1101 100011000 1010011 101111

Color Harmonies of #9914DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9914DD

Black with #9914DD

Text Example


Text Example

White with #9914DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9914DD; }

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

 H1.HeaderClassName
 {
   color: #9914DD;
 }
 .AnyTagClassName
 {
   color: #9914DD;
 }
</style>

background-color css

<style>
 a { background-color: #9914DD; }

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

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

border-color css

<style>
 span { border-color: #9914DD; }

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

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