#8521B8

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

Shades of Dark Orchid #8521B8

Tints of Dark Orchid #8521B8

Color information

#8521B8 (or 0x8521B8) is unknown color: approx Dark Orchid. HEX triplet: 85, 21 and B8. RGB value is (133,33,184). Sum of RGB (Red+Green+Blue) = 133+33+184=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 184 (72.27% from 255 or 52.57% from 350); Max value from RGB is 184 - color contains mainly: blue. Hex color #8521B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8521B8 is #7ADE47. Grayscale: #4F4F4F. Windows color (decimal): -8052296 or 12067205. OLE color: 12067205.

HSL color Cylindrical-coordinate representation of color #8521B8: hue angle of 279.74º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8521B8 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13333184-
CMYK0.280.8200.28
HSL279.74º69.59%42.55%-
HSV(B)279.74º82.07%72.16%-
XYZ18.879.5346.19-
YUV80.11186.63165.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 33 (13.28% from 255) = 9.43%
BLUE value IS 184 (72.27% from 255) = 52.57%
R=38%
G=9.43%
B=52.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133331840.280.8200.28279.7469.5942.55
Hex8521B81C5201C118462b
Octal205412703412203443010653
Binary10000101100001101110001110010100100111001000110001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8521B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8521B8; }

 p { color: rgb(133,33,184); }

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

<style>
 a { background-color: #8521B8; }

 a { background-color: rgb(133,33,184); }

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

<style>
 span { border-color: #8521B8; }

 span { border-color: rgb(133,33,184); }

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