#8503c6

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

Shades of Dark Violet #8503C6

Tints of Dark Violet #8503C6

Color information

#8503C6 (or 0x8503C6) is unknown color: approx Dark Violet. HEX triplet: 85, 03 and C6. RGB value is (133,3,198). Sum of RGB (Red+Green+Blue) = 133+3+198=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 198 (77.73% from 255 or 59.28% from 334); Max value from RGB is 198 - color contains mainly: blue. Hex color #8503C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8503C6 is #7AFC39. Grayscale: #3F3F3F. Windows color (decimal): -8059962 or 12977029. OLE color: 12977029.

HSL color Cylindrical-coordinate representation of color #8503C6: hue angle of 280º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8503C6 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1333198-
CMYK0.330.9800.22
HSL280º97.01%39.41%-
HSV(B)280º98.48%77.65%-
XYZ19.99.1354.14-
YUV64.1203.57177.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 198 (77.73% from 255) = 59.28%
R=39.82%
G=0.90%
B=59.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal13331980.330.9800.2228097.0139.41
Hex853C621620161186127
Octal20533064114202643014147
Binary10000101111100011010000111000100101101000110001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8503c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8503c6; }

 p { color: rgb(133,3,198); }

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

<style>
 a { background-color: #8503c6; }

 a { background-color: rgb(133,3,198); }

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

<style>
 span { border-color: #8503c6; }

 span { border-color: rgb(133,3,198); }

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