#852AB4

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

Shades of Dark Orchid #852AB4

Tints of Dark Orchid #852AB4

Color information

#852AB4 (or 0x852AB4) is unknown color: approx Dark Orchid. HEX triplet: 85, 2A and B4. RGB value is (133,42,180). Sum of RGB (Red+Green+Blue) = 133+42+180=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #852AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852AB4 is #7AD54B. Grayscale: #545454. Windows color (decimal): -8049996 or 11807365. OLE color: 11807365.

HSL color Cylindrical-coordinate representation of color #852AB4: hue angle of 279.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852AB4 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13342180-
CMYK0.260.7700.29
HSL279.57º62.16%43.53%-
HSV(B)279.57º76.67%70.59%-
XYZ18.749.9444.11-
YUV84.94181.65162.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 42 (16.80% from 255) = 11.83%
BLUE value IS 180 (70.70% from 255) = 50.70%
R=37.46%
G=11.83%
B=50.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133421800.260.7700.29279.5762.1643.53
Hex852AB41A4D01D1183e2c
Octal20552264321150354307654
Binary1000010110101010110100110101001101011101100011000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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