Html Css Color HEX #9913DB Dark Violet

📋 copy color: '#9913DB'

red 153 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #9913DB

Tints of Dark Violet #9913DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.86%

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

R = 39.13%
G = 4.86%
B = 56.01%

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

#9913DB (or 0x9913DB) is known color: Dark Violet. HEX triplet: 99, 13 and DB. RGB value is (153,19,219). Sum of RGB (Red+Green+Blue) = 153+19+219=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #9913DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9913DB is #66EC24. Grayscale: #515151. Windows color (decimal): -6745125 or 14357401. OLE color: 14357401.

HSL color Cylindrical-coordinate representation of color #9913DB: hue angle of 280.2º degrees, saturation: 0.84, 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 #9913DB is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 19 219 -
CMYK 0.30 0.91 0 0.14
HSL 280.2º 0.84% 0.47% -
HSV(B) 280.2º 0.91% 0.86% -
XYZ 26.16 12.35 68.02 -
YUV 81.87 205.39 178.74 -
System Red Green Blue C M Y K H S L
Decimal 153 19 219 0.30 0.91 0 0.14 280.2 0.84 0.47
Hex 99 13 DB 1E 5B 0 E 118 54 2F
Octal 231 23 333 36 133 0 16 430 124 57
Binary 10011001 10011 11011011 11110 1011011 0 1110 100011000 1010100 101111

Color Harmonies of #9913DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9913DB

Black with #9913DB

Text Example


Text Example

White with #9913DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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