#9611C4

Color #9611C4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9611C4

Tints of Dark Violet #9611C4

Color information

#9611C4 (or 0x9611C4) is unknown color: approx Dark Violet. HEX triplet: 96, 11 and C4. RGB value is (150,17,196). Sum of RGB (Red+Green+Blue) = 150+17+196=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 196 (76.95% from 255 or 53.99% from 363); Max value from RGB is 196 - color contains mainly: blue. Hex color #9611C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9611C4 is #69EE3B. Grayscale: #4C4C4C. Windows color (decimal): -6942268 or 12849558. OLE color: 12849558.

HSL color Cylindrical-coordinate representation of color #9611C4: hue angle of 284.58º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9611C4 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15017196-
CMYK0.230.9100.23
HSL284.58º84.04%41.76%-
HSV(B)284.58º91.33%76.86%-
XYZ22.7410.8753.12-
YUV77.17195.06179.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 17 (7.03% from 255) = 4.68%
BLUE value IS 196 (76.95% from 255) = 53.99%
R=41.32%
G=4.68%
B=53.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150171960.230.9100.23284.5884.0441.76
Hex9611C4175B01711d542a
Octal226213042713302743512452
Binary1001011010001110001001011110110110101111000111011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9611C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9611C4; }

 p { color: rgb(150,17,196); }

 H1.HeaderClassName
 {
   color: #9611C4;
 }
 .AnyTagClassName
 {
   color: #9611C4;
 }
</style>
background-color css

<style>
 a { background-color: #9611C4; }

 a { background-color: rgb(150,17,196); }

 div.DivClassName
 {
   background-color: #9611C4;
 }
 .BgClassName
 {
   background-color: #9611C4;
 }
</style>
border-color css

<style>
 span { border-color: #9611C4; }

 span { border-color: rgb(150,17,196); }

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