#8604B2

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

Shades of Dark Violet #8604B2

Tints of Dark Violet #8604B2

Color information

#8604B2 (or 0x8604B2) is unknown color: approx Dark Violet. HEX triplet: 86, 04 and B2. RGB value is (134,4,178). Sum of RGB (Red+Green+Blue) = 134+4+178=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 178 (69.92% from 255 or 56.33% from 316); Max value from RGB is 178 - color contains mainly: blue. Hex color #8604B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8604B2 is #79FB4D. Grayscale: #3E3E3E. Windows color (decimal): -7994190 or 11666566. OLE color: 11666566.

HSL color Cylindrical-coordinate representation of color #8604B2: hue angle of 284.83º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8604B2 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1344178-
CMYK0.250.9800.30
HSL284.83º95.6%35.69%-
HSV(B)284.83º97.75%69.8%-
XYZ17.918.3742.79-
YUV62.71193.07178.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 178 (69.92% from 255) = 56.33%
R=42.41%
G=1.27%
B=56.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal13441780.250.9800.30284.8395.635.69
Hex864B2196201E11d6024
Octal20642623114203643514044
Binary10000110100101100101100111000100111101000111011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8604B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8604B2; }

 p { color: rgb(134,4,178); }

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

<style>
 a { background-color: #8604B2; }

 a { background-color: rgb(134,4,178); }

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

<style>
 span { border-color: #8604B2; }

 span { border-color: rgb(134,4,178); }

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