#8529BF

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

Shades of Dark Orchid #8529BF

Tints of Dark Orchid #8529BF

Color information

#8529BF (or 0x8529BF) is unknown color: approx Dark Orchid. HEX triplet: 85, 29 and BF. RGB value is (133,41,191). Sum of RGB (Red+Green+Blue) = 133+41+191=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #8529BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8529BF is #7AD640. Grayscale: #555555. Windows color (decimal): -8050241 or 12528005. OLE color: 12528005.

HSL color Cylindrical-coordinate representation of color #8529BF: hue angle of 276.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8529BF is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13341191-
CMYK0.300.7900.25
HSL276.8º64.66%45.49%-
HSV(B)276.8º78.53%74.9%-
XYZ19.8710.3350.24-
YUV85.61187.48161.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 41 (16.41% from 255) = 11.23%
BLUE value IS 191 (75% from 255) = 52.33%
R=36.44%
G=11.23%
B=52.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133411910.300.7900.25276.864.6645.49
Hex8529BF1E4F019115412d
Octal205512773611703142510155
Binary10000101101001101111111111010011110110011000101011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8529BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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