Html Css Color HEX #9C11B3 Dark Violet

📋 copy color: '#9C11B3'

red 156 ◦ green 17 ◦ blue 179

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

Shades of Dark Violet #9C11B3

Tints of Dark Violet #9C11B3

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.83%

 BLUE value IS 179 (70.31% from 255) = 50.85%

R = 44.32%
G = 4.83%
B = 50.85%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9C11B3 (or 0x9C11B3) is known color: Dark Violet. HEX triplet: 9C, 11 and B3. RGB value is (156,17,179). Sum of RGB (Red+Green+Blue) = 156+17+179=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #9C11B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C11B3 is #63EE4C. Grayscale: #4C4C4C. Windows color (decimal): -6549069 or 11735452. OLE color: 11735452.

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

Color convert

RGB 156 17 179 -
CMYK 0.13 0.91 0 0.30
HSL 291.48º 0.83% 0.38% -
HSV(B) 291.48º 0.91% 0.7% -
XYZ 22.05 10.72 43.56 -
YUV 77.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 156 17 179 0.13 0.91 0 0.30 291.48 0.83 0.38
Hex 9C 11 B3 D 5B 0 1E 123 53 26
Octal 234 21 263 15 133 0 36 443 123 46
Binary 10011100 10001 10110011 1101 1011011 0 11110 100100011 1010011 100110

Color Harmonies of #9C11B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C11B3

Black with #9C11B3

Text Example


Text Example

White with #9C11B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,17,179); }

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

background-color css

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

 a { background-color: rgb(156,17,179); }

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

border-color css

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

 span { border-color: rgb(156,17,179); }

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