Html Css Color HEX #9C13DB Dark Violet

📋 copy color: '#9C13DB'

red 156 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #9C13DB

Tints of Dark Violet #9C13DB

RGB

 RED value IS 156 (61.33% from 255) = 39.59%

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

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

R = 39.59%
G = 4.82%
B = 55.58%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C13DB (or 0x9C13DB) is known color: Dark Violet. HEX triplet: 9C, 13 and DB. RGB value is (156,19,219). Sum of RGB (Red+Green+Blue) = 156+19+219=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C13DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C13DB is #63EC24. Grayscale: #525252. Windows color (decimal): -6548517 or 14357404. OLE color: 14357404.

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

Color convert

RGB 156 19 219 -
CMYK 0.29 0.91 0 0.14
HSL 281.1º 0.84% 0.47% -
HSV(B) 281.1º 0.91% 0.86% -
XYZ 26.73 12.65 68.05 -
YUV 82.76 204.89 180.24 -
System Red Green Blue C M Y K H S L
Decimal 156 19 219 0.29 0.91 0 0.14 281.1 0.84 0.47
Hex 9C 13 DB 1D 5B 0 E 119 54 2F
Octal 234 23 333 35 133 0 16 431 124 57
Binary 10011100 10011 11011011 11101 1011011 0 1110 100011001 1010100 101111

Color Harmonies of #9C13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C13DB

Black with #9C13DB

Text Example


Text Example

White with #9C13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C13DB; }

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

 H1.HeaderClassName
 {
   color: #9C13DB;
 }
 .AnyTagClassName
 {
   color: #9C13DB;
 }
</style>

background-color css

<style>
 a { background-color: #9C13DB; }

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

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

border-color css

<style>
 span { border-color: #9C13DB; }

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

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