#8525B7

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

Shades of Dark Orchid #8525B7

Tints of Dark Orchid #8525B7

Color information

#8525B7 (or 0x8525B7) is unknown color: approx Dark Orchid. HEX triplet: 85, 25 and B7. RGB value is (133,37,183). Sum of RGB (Red+Green+Blue) = 133+37+183=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 183 (71.88% from 255 or 51.84% from 353); Max value from RGB is 183 - color contains mainly: blue. Hex color #8525B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8525B7 is #7ADA48. Grayscale: #515151. Windows color (decimal): -8051273 or 12002693. OLE color: 12002693.

HSL color Cylindrical-coordinate representation of color #8525B7: hue angle of 279.45º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8525B7 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13337183-
CMYK0.270.8000.28
HSL279.45º66.36%43.14%-
HSV(B)279.45º79.78%71.76%-
XYZ18.889.7345.68-
YUV82.35184.8164.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 37 (14.84% from 255) = 10.48%
BLUE value IS 183 (71.88% from 255) = 51.84%
R=37.68%
G=10.48%
B=51.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133371830.270.8000.28279.4566.3643.14
Hex8525B71B5001C117422b
Octal205452673312003442710253
Binary10000101100101101101111101110100000111001000101111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8525B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8525B7; }

 p { color: rgb(133,37,183); }

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

<style>
 a { background-color: #8525B7; }

 a { background-color: rgb(133,37,183); }

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

<style>
 span { border-color: #8525B7; }

 span { border-color: rgb(133,37,183); }

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