#8611CC

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

Shades of Dark Violet #8611CC

Tints of Dark Violet #8611CC

Color information

#8611CC (or 0x8611CC) is unknown color: approx Dark Violet. HEX triplet: 86, 11 and CC. RGB value is (134,17,204). Sum of RGB (Red+Green+Blue) = 134+17+204=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #8611CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8611CC is #79EE33. Grayscale: #484848. Windows color (decimal): -7990836 or 13373830. OLE color: 13373830.

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

Color convert

RGB13417204-
CMYK0.340.9200.2
HSL277.54º84.62%43.33%-
HSV(B)277.54º91.67%80%-
XYZ20.939.8357.92-
YUV73.3201.76171.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 17 (7.03% from 255) = 4.79%
BLUE value IS 204 (80.08% from 255) = 57.46%
R=37.75%
G=4.79%
B=57.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal134172040.340.9200.2277.5484.6243.33
Hex8611CC225C014116552b
Octal206213144213402442612553
Binary10000110100011100110010001010111000101001000101101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8611CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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