#9311CC

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

Shades of Dark Violet #9311CC

Tints of Dark Violet #9311CC

Color information

#9311CC (or 0x9311CC) is unknown color: approx Dark Violet. HEX triplet: 93, 11 and CC. RGB value is (147,17,204). Sum of RGB (Red+Green+Blue) = 147+17+204=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #9311CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9311CC is #6CEE33. Grayscale: #4C4C4C. Windows color (decimal): -7138868 or 13373843. OLE color: 13373843.

HSL color Cylindrical-coordinate representation of color #9311CC: hue angle of 281.71º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9311CC is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14717204-
CMYK0.280.9200.2
HSL281.71º84.62%43.33%-
HSV(B)281.71º91.67%80%-
XYZ23.1310.9658.02-
YUV77.19199.57177.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.95%
GREEN value IS 17 (7.03% from 255) = 4.62%
BLUE value IS 204 (80.08% from 255) = 55.43%
R=39.95%
G=4.62%
B=55.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal147172040.280.9200.2281.7184.6243.33
Hex9311CC1C5C01411a552b
Octal223213143413402443212553
Binary1001001110001110011001110010111000101001000110101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9311CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9311CC; }

 p { color: rgb(147,17,204); }

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

<style>
 a { background-color: #9311CC; }

 a { background-color: rgb(147,17,204); }

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

<style>
 span { border-color: #9311CC; }

 span { border-color: rgb(147,17,204); }

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