Html Css Color HEX #9913DC Dark Violet

📋 copy color: '#9913DC'

red 153 ◦ green 19 ◦ blue 220

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

Shades of Dark Violet #9913DC

Tints of Dark Violet #9913DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 39.03%
G = 4.85%
B = 56.12%

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

#9913DC (or 0x9913DC) is known color: Dark Violet. HEX triplet: 99, 13 and DC. RGB value is (153,19,220). Sum of RGB (Red+Green+Blue) = 153+19+220=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #9913DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9913DC is #66EC23. Grayscale: #515151. Windows color (decimal): -6745124 or 14422937. OLE color: 14422937.

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

Color convert

RGB 153 19 220 -
CMYK 0.30 0.91 0 0.14
HSL 280º 0.84% 0.47% -
HSV(B) 280º 0.91% 0.86% -
XYZ 26.29 12.41 68.72 -
YUV 81.98 205.89 178.66 -
System Red Green Blue C M Y K H S L
Decimal 153 19 220 0.30 0.91 0 0.14 280 0.84 0.47
Hex 99 13 DC 1E 5B 0 E 118 54 2F
Octal 231 23 334 36 133 0 16 430 124 57
Binary 10011001 10011 11011100 11110 1011011 0 1110 100011000 1010100 101111

Color Harmonies of #9913DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9913DC

Black with #9913DC

Text Example


Text Example

White with #9913DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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