#852ABD

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

Shades of Dark Orchid #852ABD

Tints of Dark Orchid #852ABD

Color information

#852ABD (or 0x852ABD) is unknown color: approx Dark Orchid. HEX triplet: 85, 2A and BD. RGB value is (133,42,189). Sum of RGB (Red+Green+Blue) = 133+42+189=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #852ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ABD is #7AD542. Grayscale: #555555. Windows color (decimal): -8049987 or 12397189. OLE color: 12397189.

HSL color Cylindrical-coordinate representation of color #852ABD: hue angle of 277.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852ABD is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13342189-
CMYK0.300.7800.26
HSL277.14º63.64%45.29%-
HSV(B)277.14º77.78%74.12%-
XYZ19.6910.3249.1-
YUV85.97186.15161.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 42 (16.80% from 255) = 11.54%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=36.54%
G=11.54%
B=51.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133421890.300.7800.26277.1463.6445.29
Hex852ABD1E4E01A115402d
Octal205522753611603242510055
Binary10000101101010101111011111010011100110101000101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,42,189); }

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

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

 a { background-color: rgb(133,42,189); }

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

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

 span { border-color: rgb(133,42,189); }

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