Html Css Color HEX #9C11BE Dark Violet

📋 copy color: '#9C11BE'

red 156 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #9C11BE

Tints of Dark Violet #9C11BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 42.98%
G = 4.68%
B = 52.34%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C11BE (or 0x9C11BE) is known color: Dark Violet. HEX triplet: 9C, 11 and BE. RGB value is (156,17,190). Sum of RGB (Red+Green+Blue) = 156+17+190=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C11BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C11BE is #63EE41. Grayscale: #4D4D4D. Windows color (decimal): -6549058 or 12456348. OLE color: 12456348.

HSL color Cylindrical-coordinate representation of color #9C11BE: hue angle of 288.21º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C11BE is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 17 190 -
CMYK 0.18 0.91 0 0.25
HSL 288.21º 0.84% 0.41% -
HSV(B) 288.21º 0.91% 0.75% -
XYZ 23.21 11.19 49.65 -
YUV 78.28 191.05 183.43 -
System Red Green Blue C M Y K H S L
Decimal 156 17 190 0.18 0.91 0 0.25 288.21 0.84 0.41
Hex 9C 11 BE 12 5B 0 19 120 54 29
Octal 234 21 276 22 133 0 31 440 124 51
Binary 10011100 10001 10111110 10010 1011011 0 11001 100100000 1010100 101001

Color Harmonies of #9C11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C11BE

Black with #9C11BE

Text Example


Text Example

White with #9C11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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