#8535BA

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

Shades of Dark Orchid #8535BA

Tints of Dark Orchid #8535BA

Color information

#8535BA (or 0x8535BA) is unknown color: approx Dark Orchid. HEX triplet: 85, 35 and BA. RGB value is (133,53,186). Sum of RGB (Red+Green+Blue) = 133+53+186=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #8535BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8535BA is #7ACA45. Grayscale: #5B5B5B. Windows color (decimal): -8047174 or 12203397. OLE color: 12203397.

HSL color Cylindrical-coordinate representation of color #8535BA: hue angle of 276.09º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8535BA is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13353186-
CMYK0.280.7200.27
HSL276.09º55.65%46.86%-
HSV(B)276.09º71.51%72.94%-
XYZ19.8111.0847.55-
YUV92.08181157.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 53 (21.09% from 255) = 14.25%
BLUE value IS 186 (73.05% from 255) = 50%
R=35.75%
G=14.25%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133531860.280.7200.27276.0955.6546.86
Hex8535BA1C4801B114382f
Octal20565272341100334247057
Binary1000010111010110111010111001001000011011100010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8535BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8535BA; }

 p { color: rgb(133,53,186); }

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

<style>
 a { background-color: #8535BA; }

 a { background-color: rgb(133,53,186); }

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

<style>
 span { border-color: #8535BA; }

 span { border-color: rgb(133,53,186); }

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