Html Css Color HEX #852868 Dark Purple

📋 copy color: '#852868'

red 133 ◦ green 40 ◦ blue 104

#852868
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #852868

Tints of Dark Purple #852868

RGB

 RED value IS 133 (52.34% from 255) = 48.01%

 GREEN value IS 40 (16.02% from 255) = 14.44%

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 48.01%
G = 14.44%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#852868 (or 0x852868) is known color: Dark Purple. HEX triplet: 85, 28 and 68. RGB value is (133,40,104). Sum of RGB (Red+Green+Blue) = 133+40+104=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #852868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852868 is #7AD797. Grayscale: #4A4A4A. Windows color (decimal): -8050584 or 6826117. OLE color: 6826117.

HSL color Cylindrical-coordinate representation of color #852868: hue angle of 318.71º 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 #852868 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 104 -
CMYK 0 0.70 0.22 0.48
HSL 318.71º 0.54% 0.34% -
HSV(B) 318.71º 0.7% 0.52% -
XYZ 12.93 7.5 13.86 -
YUV 75.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 133 40 104 0 0.70 0.22 0.48 318.71 0.54 0.34
Hex 85 28 68 0 46 16 30 13F 36 22
Octal 205 50 150 0 106 26 60 477 66 42
Binary 10000101 101000 1101000 0 1000110 10110 110000 100111111 110110 100010

Color Harmonies of #852868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852868

Black with #852868

Text Example


Text Example

White with #852868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852868; }

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

 H1.HeaderClassName
 {
   color: #852868;
 }
 .AnyTagClassName
 {
   color: #852868;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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