Html Css Color HEX #9914DB Dark Violet

📋 copy color: '#9914DB'

red 153 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #9914DB

Tints of Dark Violet #9914DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.87%

R = 39.03%
G = 5.1%
B = 55.87%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9914DB (or 0x9914DB) is known color: Dark Violet. HEX triplet: 99, 14 and DB. RGB value is (153,20,219). Sum of RGB (Red+Green+Blue) = 153+20+219=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #9914DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9914DB is #66EB24. Grayscale: #515151. Windows color (decimal): -6744869 or 14357657. OLE color: 14357657.

HSL color Cylindrical-coordinate representation of color #9914DB: hue angle of 280.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9914DB is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 20 219 -
CMYK 0.30 0.91 0 0.14
HSL 280.1º 0.83% 0.47% -
HSV(B) 280.1º 0.91% 0.86% -
XYZ 26.17 12.39 68.03 -
YUV 82.45 205.06 178.32 -
System Red Green Blue C M Y K H S L
Decimal 153 20 219 0.30 0.91 0 0.14 280.1 0.83 0.47
Hex 99 14 DB 1E 5B 0 E 118 53 2F
Octal 231 24 333 36 133 0 16 430 123 57
Binary 10011001 10100 11011011 11110 1011011 0 1110 100011000 1010011 101111

Color Harmonies of #9914DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9914DB

Black with #9914DB

Text Example


Text Example

White with #9914DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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