#852867

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

Shades of Dark Purple #852867

Tints of Dark Purple #852867

Color information

#852867 (or 0x852867) is unknown color: approx Dark Purple. HEX triplet: 85, 28 and 67. RGB value is (133,40,103). Sum of RGB (Red+Green+Blue) = 133+40+103=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #852867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852867 is #7AD798. Grayscale: #4A4A4A. Windows color (decimal): -8050585 or 6760581. OLE color: 6760581.

HSL color Cylindrical-coordinate representation of color #852867: hue angle of 319.35º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852867 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13340103-
CMYK00.700.230.48
HSL319.35º53.76%33.92%-
HSV(B)319.35º69.92%52.16%-
XYZ12.887.4813.6-
YUV74.99143.81169.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 40 (16.02% from 255) = 14.49%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=48.19%
G=14.49%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334010300.700.230.48319.3553.7633.92
Hex852867046173013f3622
Octal20550147010627604776642
Binary1000010110100011001110100011010111110000100111111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852867; }

 p { color: rgb(133,40,103); }

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

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

 a { background-color: rgb(133,40,103); }

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

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

 span { border-color: rgb(133,40,103); }

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