#8535BE

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

Shades of Dark Orchid #8535BE

Tints of Dark Orchid #8535BE

Color information

#8535BE (or 0x8535BE) is unknown color: approx Dark Orchid. HEX triplet: 85, 35 and BE. RGB value is (133,53,190). Sum of RGB (Red+Green+Blue) = 133+53+190=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #8535BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8535BE is #7ACA41. Grayscale: #5C5C5C. Windows color (decimal): -8047170 or 12465541. OLE color: 12465541.

HSL color Cylindrical-coordinate representation of color #8535BE: hue angle of 275.04º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8535BE is Cyan = 0.3, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13353190-
CMYK0.30.7200.25
HSL275.04º56.38%47.65%-
HSV(B)275.04º72.11%74.51%-
XYZ20.2411.2549.82-
YUV92.54183156.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 53 (21.09% from 255) = 14.10%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=35.37%
G=14.10%
B=50.53%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133531900.30.7200.25275.0456.3847.65
Hex8535BE1E480191133830
Octal20565276361100314237060
Binary1000010111010110111110111101001000011001100010011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8535BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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