#852BB9

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

Shades of Dark Orchid #852BB9

Tints of Dark Orchid #852BB9

Color information

#852BB9 (or 0x852BB9) is unknown color: approx Dark Orchid. HEX triplet: 85, 2B and B9. RGB value is (133,43,185). Sum of RGB (Red+Green+Blue) = 133+43+185=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #852BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BB9 is #7AD446. Grayscale: #555555. Windows color (decimal): -8049735 or 12135301. OLE color: 12135301.

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

Color convert

RGB13343185-
CMYK0.280.7700.27
HSL278.03º62.28%44.71%-
HSV(B)278.03º76.76%72.55%-
XYZ19.2910.2246.85-
YUV86.1183.82161.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 43 (17.19% from 255) = 11.91%
BLUE value IS 185 (72.66% from 255) = 51.25%
R=36.84%
G=11.91%
B=51.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133431850.280.7700.27278.0362.2844.71
Hex852BB91C4D01B1163e2d
Octal20553271341150334267655
Binary1000010110101110111001111001001101011011100010110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,43,185); }

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

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

 a { background-color: rgb(133,43,185); }

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

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

 span { border-color: rgb(133,43,185); }

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