Html Css Color HEX #9913DA Dark Violet

📋 copy color: '#9913DA'

red 153 ◦ green 19 ◦ blue 218

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

Shades of Dark Violet #9913DA

Tints of Dark Violet #9913DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.9%

R = 39.23%
G = 4.87%
B = 55.9%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9913DA (or 0x9913DA) is known color: Dark Violet. HEX triplet: 99, 13 and DA. RGB value is (153,19,218). Sum of RGB (Red+Green+Blue) = 153+19+218=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #9913DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9913DA is #66EC25. Grayscale: #515151. Windows color (decimal): -6745126 or 14291865. OLE color: 14291865.

HSL color Cylindrical-coordinate representation of color #9913DA: hue angle of 280.4º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9913DA is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 19 218 -
CMYK 0.30 0.91 0 0.15
HSL 280.4º 0.84% 0.46% -
HSV(B) 280.4º 0.91% 0.85% -
XYZ 26.02 12.3 67.33 -
YUV 81.75 204.89 178.82 -
System Red Green Blue C M Y K H S L
Decimal 153 19 218 0.30 0.91 0 0.15 280.4 0.84 0.46
Hex 99 13 DA 1E 5B 0 F 118 54 2E
Octal 231 23 332 36 133 0 17 430 124 56
Binary 10011001 10011 11011010 11110 1011011 0 1111 100011000 1010100 101110

Color Harmonies of #9913DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9913DA

Black with #9913DA

Text Example


Text Example

White with #9913DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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