#8500CC

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

Shades of Dark Violet #8500CC

Tints of Dark Violet #8500CC

Color information

#8500CC (or 0x8500CC) is unknown color: approx Dark Violet. HEX triplet: 85, 00 and CC. RGB value is (133,0,204). Sum of RGB (Red+Green+Blue) = 133+0+204=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #8500CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8500CC is #7AFF33. Grayscale: #3E3E3E. Windows color (decimal): -8060724 or 13369477. OLE color: 13369477.

HSL color Cylindrical-coordinate representation of color #8500CC: hue angle of 279.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8500CC is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1330204-
CMYK0.35100.2
HSL279.12º100%40%-
HSV(B)279.12º100%80%-
XYZ20.579.3557.85-
YUV63.02207.56177.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 60.53%
R=39.47%
G=0%
B=60.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal13302040.35100.2279.1210040
Hex850CC23640141176428
Octal20503144314402442714450
Binary1000010101100110010001111001000101001000101111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8500CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,0,204); }

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

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

 a { background-color: rgb(133,0,204); }

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

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

 span { border-color: rgb(133,0,204); }

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