#9411CC

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

Shades of Dark Violet #9411CC

Tints of Dark Violet #9411CC

Color information

#9411CC (or 0x9411CC) is unknown color: approx Dark Violet. HEX triplet: 94, 11 and CC. RGB value is (148,17,204). Sum of RGB (Red+Green+Blue) = 148+17+204=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #9411CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9411CC is #6BEE33. Grayscale: #4C4C4C. Windows color (decimal): -7073332 or 13373844. OLE color: 13373844.

HSL color Cylindrical-coordinate representation of color #9411CC: hue angle of 282.03º 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 #9411CC is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14817204-
CMYK0.270.9200.2
HSL282.03º84.62%43.33%-
HSV(B)282.03º91.67%80%-
XYZ23.3111.0658.03-
YUV77.49199.4178.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 17 (7.03% from 255) = 4.61%
BLUE value IS 204 (80.08% from 255) = 55.28%
R=40.11%
G=4.61%
B=55.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal148172040.270.9200.2282.0384.6243.33
Hex9411CC1B5C01411a552b
Octal224213143313402443212553
Binary1001010010001110011001101110111000101001000110101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9411CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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