#8504BC

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

Shades of Dark Violet #8504BC

Tints of Dark Violet #8504BC

Color information

#8504BC (or 0x8504BC) is unknown color: approx Dark Violet. HEX triplet: 85, 04 and BC. RGB value is (133,4,188). Sum of RGB (Red+Green+Blue) = 133+4+188=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #8504BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8504BC is #7AFB43. Grayscale: #3E3E3E. Windows color (decimal): -8059716 or 12321925. OLE color: 12321925.

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

Color convert

RGB1334188-
CMYK0.290.9800.26
HSL282.07º95.83%37.65%-
HSV(B)282.07º97.87%73.73%-
XYZ18.798.748.27-
YUV63.55198.24177.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 4 (1.95% from 255) = 1.23%
BLUE value IS 188 (73.83% from 255) = 57.85%
R=40.92%
G=1.23%
B=57.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13341880.290.9800.26282.0795.8337.65
Hex854BC1D6201A11a6026
Octal20542743514203243214046
Binary10000101100101111001110111000100110101000110101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8504BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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