#8524BD

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

Shades of Dark Orchid #8524BD

Tints of Dark Orchid #8524BD

Color information

#8524BD (or 0x8524BD) is unknown color: approx Dark Orchid. HEX triplet: 85, 24 and BD. RGB value is (133,36,189). Sum of RGB (Red+Green+Blue) = 133+36+189=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #8524BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8524BD is #7ADB42. Grayscale: #515151. Windows color (decimal): -8051523 or 12395653. OLE color: 12395653.

HSL color Cylindrical-coordinate representation of color #8524BD: hue angle of 278.04º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8524BD is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13336189-
CMYK0.300.8100.26
HSL278.04º68%44.12%-
HSV(B)278.04º80.95%74.12%-
XYZ19.499.9249.03-
YUV82.44188.14164.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 36 (14.45% from 255) = 10.06%
BLUE value IS 189 (74.22% from 255) = 52.79%
R=37.15%
G=10.06%
B=52.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133361890.300.8100.26278.046844.12
Hex8524BD1E5101A116442c
Octal205442753612103242610454
Binary10000101100100101111011111010100010110101000101101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8524BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8524BD; }

 p { color: rgb(133,36,189); }

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

<style>
 a { background-color: #8524BD; }

 a { background-color: rgb(133,36,189); }

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

<style>
 span { border-color: #8524BD; }

 span { border-color: rgb(133,36,189); }

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