#852EB1

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

Shades of Dark Orchid #852EB1

Tints of Dark Orchid #852EB1

Color information

#852EB1 (or 0x852EB1) is unknown color: approx Dark Orchid. HEX triplet: 85, 2E and B1. RGB value is (133,46,177). Sum of RGB (Red+Green+Blue) = 133+46+177=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #852EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852EB1 is #7AD14E. Grayscale: #565656. Windows color (decimal): -8048975 or 11611781. OLE color: 11611781.

HSL color Cylindrical-coordinate representation of color #852EB1: hue angle of 279.85º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852EB1 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13346177-
CMYK0.250.7400.31
HSL279.85º58.74%43.73%-
HSV(B)279.85º74.01%69.41%-
XYZ18.5910.1142.57-
YUV86.95178.82160.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 46 (18.36% from 255) = 12.92%
BLUE value IS 177 (69.53% from 255) = 49.72%
R=37.36%
G=12.92%
B=49.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133461770.250.7400.31279.8558.7443.73
Hex852EB1194A01F1183b2c
Octal20556261311120374307354
Binary1000010110111010110001110011001010011111100011000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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