#8531C0

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

Shades of Dark Orchid #8531C0

Tints of Dark Orchid #8531C0

Color information

#8531C0 (or 0x8531C0) is unknown color: approx Dark Orchid. HEX triplet: 85, 31 and C0. RGB value is (133,49,192). Sum of RGB (Red+Green+Blue) = 133+49+192=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #8531C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8531C0 is #7ACE3F. Grayscale: #595959. Windows color (decimal): -8048192 or 12595589. OLE color: 12595589.

HSL color Cylindrical-coordinate representation of color #8531C0: hue angle of 275.24º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8531C0 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13349192-
CMYK0.310.7400.25
HSL275.24º59.34%47.25%-
HSV(B)275.24º74.48%75.29%-
XYZ20.2910.9950.92-
YUV90.42185.33158.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 49 (19.53% from 255) = 13.10%
BLUE value IS 192 (75.39% from 255) = 51.34%
R=35.56%
G=13.10%
B=51.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133491920.310.7400.25275.2459.3447.25
Hex8531C01F4A0191133b2f
Octal20561300371120314237357
Binary1000010111000111000000111111001010011001100010011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8531C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8531C0; }

 p { color: rgb(133,49,192); }

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

<style>
 a { background-color: #8531C0; }

 a { background-color: rgb(133,49,192); }

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

<style>
 span { border-color: #8531C0; }

 span { border-color: rgb(133,49,192); }

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