Html Css Color HEX #9C13DF Dark Violet

📋 copy color: '#9C13DF'

red 156 ◦ green 19 ◦ blue 223

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

Shades of Dark Violet #9C13DF

Tints of Dark Violet #9C13DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 39.2%
G = 4.77%
B = 56.03%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C13DF (or 0x9C13DF) is known color: Dark Violet. HEX triplet: 9C, 13 and DF. RGB value is (156,19,223). Sum of RGB (Red+Green+Blue) = 156+19+223=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C13DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C13DF is #63EC20. Grayscale: #525252. Windows color (decimal): -6548513 or 14619548. OLE color: 14619548.

HSL color Cylindrical-coordinate representation of color #9C13DF: hue angle of 280.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C13DF is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 19 223 -
CMYK 0.30 0.91 0 0.13
HSL 280.29º 0.84% 0.47% -
HSV(B) 280.29º 0.91% 0.87% -
XYZ 27.26 12.86 70.86 -
YUV 83.22 206.89 179.91 -
System Red Green Blue C M Y K H S L
Decimal 156 19 223 0.30 0.91 0 0.13 280.29 0.84 0.47
Hex 9C 13 DF 1E 5B 0 D 118 54 2F
Octal 234 23 337 36 133 0 15 430 124 57
Binary 10011100 10011 11011111 11110 1011011 0 1101 100011000 1010100 101111

Color Harmonies of #9C13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C13DF

Black with #9C13DF

Text Example


Text Example

White with #9C13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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