#8602C4

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

Shades of Dark Violet #8602C4

Tints of Dark Violet #8602C4

Color information

#8602C4 (or 0x8602C4) is unknown color: approx Dark Violet. HEX triplet: 86, 02 and C4. RGB value is (134,2,196). Sum of RGB (Red+Green+Blue) = 134+2+196=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 196 (76.95% from 255 or 59.04% from 332); Max value from RGB is 196 - color contains mainly: blue. Hex color #8602C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8602C4 is #79FD3B. Grayscale: #3E3E3E. Windows color (decimal): -7994684 or 12845702. OLE color: 12845702.

HSL color Cylindrical-coordinate representation of color #8602C4: hue angle of 280.82º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8602C4 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1342196-
CMYK0.320.9900.23
HSL280.82º97.98%38.82%-
HSV(B)280.82º98.98%76.86%-
XYZ19.829.152.94-
YUV63.58202.73178.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 196 (76.95% from 255) = 59.04%
R=40.36%
G=0.60%
B=59.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13421960.320.9900.23280.8297.9838.82
Hex862C420630171196227
Octal20623044014302743114247
Binary10000110101100010010000011000110101111000110011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8602C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,2,196); }

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

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

 a { background-color: rgb(134,2,196); }

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

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

 span { border-color: rgb(134,2,196); }

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