#852EBA

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

Shades of Dark Orchid #852EBA

Tints of Dark Orchid #852EBA

Color information

#852EBA (or 0x852EBA) is unknown color: approx Dark Orchid. HEX triplet: 85, 2E and BA. RGB value is (133,46,186). Sum of RGB (Red+Green+Blue) = 133+46+186=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #852EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852EBA is #7AD145. Grayscale: #575757. Windows color (decimal): -8048966 or 12201605. OLE color: 12201605.

HSL color Cylindrical-coordinate representation of color #852EBA: hue angle of 277.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852EBA is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13346186-
CMYK0.280.7500.27
HSL277.29º60.34%45.49%-
HSV(B)277.29º75.27%72.94%-
XYZ19.5110.4947.45-
YUV87.97183.32160.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=36.44%
G=12.60%
B=50.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133461860.280.7500.27277.2960.3445.49
Hex852EBA1C4B01B1153c2d
Octal20556272341130334257455
Binary1000010110111010111010111001001011011011100010101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852EBA; }

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

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

<style>
 a { background-color: #852EBA; }

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

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

<style>
 span { border-color: #852EBA; }

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

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