#8532BE

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

Shades of Dark Orchid #8532BE

Tints of Dark Orchid #8532BE

Color information

#8532BE (or 0x8532BE) is unknown color: approx Dark Orchid. HEX triplet: 85, 32 and BE. RGB value is (133,50,190). Sum of RGB (Red+Green+Blue) = 133+50+190=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #8532BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8532BE is #7ACD41. Grayscale: #5A5A5A. Windows color (decimal): -8047938 or 12464773. OLE color: 12464773.

HSL color Cylindrical-coordinate representation of color #8532BE: hue angle of 275.57º degrees, saturation: 0.58, 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 #8532BE is Cyan = 0.3, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13350190-
CMYK0.30.7400.25
HSL275.57º58.33%47.06%-
HSV(B)275.57º73.68%74.51%-
XYZ20.1110.9949.78-
YUV90.78184158.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.66%
GREEN value IS 50 (19.92% from 255) = 13.40%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=35.66%
G=13.40%
B=50.94%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133501900.30.7400.25275.5758.3347.06
Hex8532BE1E4A0191143a2f
Octal20562276361120314247257
Binary1000010111001010111110111101001010011001100010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8532BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8532BE; }

 p { color: rgb(133,50,190); }

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

<style>
 a { background-color: #8532BE; }

 a { background-color: rgb(133,50,190); }

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

<style>
 span { border-color: #8532BE; }

 span { border-color: rgb(133,50,190); }

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