#8529BA

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

Shades of Dark Orchid #8529BA

Tints of Dark Orchid #8529BA

Color information

#8529BA (or 0x8529BA) is unknown color: approx Dark Orchid. HEX triplet: 85, 29 and BA. RGB value is (133,41,186). Sum of RGB (Red+Green+Blue) = 133+41+186=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #8529BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8529BA is #7AD645. Grayscale: #545454. Windows color (decimal): -8050246 or 12200325. OLE color: 12200325.

HSL color Cylindrical-coordinate representation of color #8529BA: hue angle of 278.07º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8529BA is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13341186-
CMYK0.280.7800.27
HSL278.07º63.88%44.51%-
HSV(B)278.07º77.96%72.94%-
XYZ19.3310.1247.39-
YUV85.04184.98162.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 41 (16.41% from 255) = 11.39%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=36.94%
G=11.39%
B=51.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133411860.280.7800.27278.0763.8844.51
Hex8529BA1C4E01B116402d
Octal205512723411603342610055
Binary10000101101001101110101110010011100110111000101101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8529BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8529BA; }

 p { color: rgb(133,41,186); }

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

<style>
 a { background-color: #8529BA; }

 a { background-color: rgb(133,41,186); }

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

<style>
 span { border-color: #8529BA; }

 span { border-color: rgb(133,41,186); }

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