#8523B0

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

Shades of Dark Orchid #8523B0

Tints of Dark Orchid #8523B0

Color information

#8523B0 (or 0x8523B0) is unknown color: approx Dark Orchid. HEX triplet: 85, 23 and B0. RGB value is (133,35,176). Sum of RGB (Red+Green+Blue) = 133+35+176=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 176 (69.14% from 255 or 51.16% from 344); Max value from RGB is 176 - color contains mainly: blue. Hex color #8523B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8523B0 is #7ADC4F. Grayscale: #4F4F4F. Windows color (decimal): -8051792 or 11543429. OLE color: 11543429.

HSL color Cylindrical-coordinate representation of color #8523B0: hue angle of 281.7º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8523B0 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13335176-
CMYK0.240.8000.31
HSL281.7º66.82%41.37%-
HSV(B)281.7º80.11%69.02%-
XYZ18.119.3241.92-
YUV80.38181.97165.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 35 (14.06% from 255) = 10.17%
BLUE value IS 176 (69.14% from 255) = 51.16%
R=38.66%
G=10.17%
B=51.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133351760.240.8000.31281.766.8241.37
Hex8523B0185001F11a4329
Octal205432603012003743210351
Binary10000101100011101100001100010100000111111000110101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8523B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8523B0; }

 p { color: rgb(133,35,176); }

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

<style>
 a { background-color: #8523B0; }

 a { background-color: rgb(133,35,176); }

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

<style>
 span { border-color: #8523B0; }

 span { border-color: rgb(133,35,176); }

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