#8535B4

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

Shades of Dark Orchid #8535B4

Tints of Dark Orchid #8535B4

Color information

#8535B4 (or 0x8535B4) is unknown color: approx Dark Orchid. HEX triplet: 85, 35 and B4. RGB value is (133,53,180). Sum of RGB (Red+Green+Blue) = 133+53+180=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 180 - color contains mainly: blue. Hex color #8535B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8535B4 is #7ACA4B. Grayscale: #5A5A5A. Windows color (decimal): -8047180 or 11810181. OLE color: 11810181.

HSL color Cylindrical-coordinate representation of color #8535B4: hue angle of 277.8º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8535B4 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13353180-
CMYK0.260.7100.29
HSL277.8º54.51%45.69%-
HSV(B)277.8º70.56%70.59%-
XYZ19.1810.8344.26-
YUV91.4178157.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 53 (21.09% from 255) = 14.48%
BLUE value IS 180 (70.70% from 255) = 49.18%
R=36.34%
G=14.48%
B=49.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133531800.260.7100.29277.854.5145.69
Hex8535B41A4701D116372e
Octal20565264321070354266756
Binary1000010111010110110100110101000111011101100010110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8535B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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