#8604CD

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

Shades of Dark Violet #8604CD

Tints of Dark Violet #8604CD

Color information

#8604CD (or 0x8604CD) is unknown color: approx Dark Violet. HEX triplet: 86, 04 and CD. RGB value is (134,4,205). Sum of RGB (Red+Green+Blue) = 134+4+205=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #8604CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8604CD is #79FB32. Grayscale: #414141. Windows color (decimal): -7994163 or 13436038. OLE color: 13436038.

HSL color Cylindrical-coordinate representation of color #8604CD: hue angle of 278.81º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8604CD is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1344205-
CMYK0.350.9800.20
HSL278.81º96.17%40.98%-
HSV(B)278.81º98.05%80.39%-
XYZ20.899.5658.5-
YUV65.78206.57176.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 4 (1.95% from 255) = 1.17%
BLUE value IS 205 (80.47% from 255) = 59.77%
R=39.07%
G=1.17%
B=59.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13442050.350.9800.20278.8196.1740.98
Hex864CD23620141176029
Octal20643154314202442714051
Binary100001101001100110110001111000100101001000101111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8604CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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