#8520BC

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

Shades of Dark Orchid #8520BC

Tints of Dark Orchid #8520BC

Color information

#8520BC (or 0x8520BC) is unknown color: approx Dark Orchid. HEX triplet: 85, 20 and BC. RGB value is (133,32,188). Sum of RGB (Red+Green+Blue) = 133+32+188=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #8520BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8520BC is #7ADF43. Grayscale: #4F4F4F. Windows color (decimal): -8052548 or 12329093. OLE color: 12329093.

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

Color convert

RGB13332188-
CMYK0.290.8300.26
HSL278.85º70.91%43.14%-
HSV(B)278.85º82.98%73.73%-
XYZ19.279.6548.42-
YUV79.98188.96165.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 32 (12.89% from 255) = 9.07%
BLUE value IS 188 (73.83% from 255) = 53.26%
R=37.68%
G=9.07%
B=53.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133321880.290.8300.26278.8570.9143.14
Hex8520BC1D5301A117472b
Octal205402743512303242710753
Binary10000101100000101111001110110100110110101000101111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8520BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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