Html Css Color HEX #852866 Dark Purple

📋 copy color: '#852866'

red 133 ◦ green 40 ◦ blue 102

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

Shades of Dark Purple #852866

Tints of Dark Purple #852866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.09%

R = 48.36%
G = 14.55%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#852866 (or 0x852866) is known color: Dark Purple. HEX triplet: 85, 28 and 66. RGB value is (133,40,102). Sum of RGB (Red+Green+Blue) = 133+40+102=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #852866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852866 is #7AD799. Grayscale: #4A4A4A. Windows color (decimal): -8050586 or 6695045. OLE color: 6695045.

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

Color convert

RGB 133 40 102 -
CMYK 0 0.70 0.23 0.48
HSL 320º 0.54% 0.34% -
HSV(B) 320º 0.7% 0.52% -
XYZ 12.83 7.46 13.33 -
YUV 74.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 133 40 102 0 0.70 0.23 0.48 320 0.54 0.34
Hex 85 28 66 0 46 17 30 140 36 22
Octal 205 50 146 0 106 27 60 500 66 42
Binary 10000101 101000 1100110 0 1000110 10111 110000 101000000 110110 100010

Color Harmonies of #852866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852866

Black with #852866

Text Example


Text Example

White with #852866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852866; }

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

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

background-color css

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

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

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

border-color css

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

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

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