#8502BC

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

Shades of Dark Violet #8502BC

Tints of Dark Violet #8502BC

Color information

#8502BC (or 0x8502BC) is unknown color: approx Dark Violet. HEX triplet: 85, 02 and BC. RGB value is (133,2,188). Sum of RGB (Red+Green+Blue) = 133+2+188=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #8502BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8502BC is #7AFD43. Grayscale: #3D3D3D. Windows color (decimal): -8060228 or 12321413. OLE color: 12321413.

HSL color Cylindrical-coordinate representation of color #8502BC: hue angle of 282.26º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8502BC is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1332188-
CMYK0.290.9900.26
HSL282.26º97.89%37.25%-
HSV(B)282.26º98.94%73.73%-
XYZ18.778.6648.26-
YUV62.37198.9178.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 188 (73.83% from 255) = 58.20%
R=41.18%
G=0.62%
B=58.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13321880.290.9900.26282.2697.8937.25
Hex852BC1D6301A11a6225
Octal20522743514303243214245
Binary1000010110101111001110111000110110101000110101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8502BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8502BC; }

 p { color: rgb(133,2,188); }

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

<style>
 a { background-color: #8502BC; }

 a { background-color: rgb(133,2,188); }

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

<style>
 span { border-color: #8502BC; }

 span { border-color: rgb(133,2,188); }

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