#852db3

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

Shades of Dark Orchid #852DB3

Tints of Dark Orchid #852DB3

Color information

#852DB3 (or 0x852DB3) is unknown color: approx Dark Orchid. HEX triplet: 85, 2D and B3. RGB value is (133,45,179). Sum of RGB (Red+Green+Blue) = 133+45+179=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #852DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DB3 is #7AD24C. Grayscale: #565656. Windows color (decimal): -8049229 or 11742597. OLE color: 11742597.

HSL color Cylindrical-coordinate representation of color #852DB3: hue angle of 279.4º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852DB3 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13345179-
CMYK0.260.7500.30
HSL279.4º59.82%43.92%-
HSV(B)279.4º74.86%70.2%-
XYZ18.7510.1243.61-
YUV86.59180.15161.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 45 (17.97% from 255) = 12.61%
BLUE value IS 179 (70.31% from 255) = 50.14%
R=37.25%
G=12.61%
B=50.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal133451790.260.7500.30279.459.8243.92
Hex852DB31A4B01E1173c2c
Octal20555263321130364277454
Binary1000010110110110110011110101001011011110100010111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852db3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,45,179); }

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

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

 a { background-color: rgb(133,45,179); }

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

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

 span { border-color: rgb(133,45,179); }

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