Html Css Color HEX #852865 Dark Purple

📋 copy color: '#852865'

red 133 ◦ green 40 ◦ blue 101

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

Shades of Dark Purple #852865

Tints of Dark Purple #852865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.86%

R = 48.54%
G = 14.6%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#852865 (or 0x852865) is known color: Dark Purple. HEX triplet: 85, 28 and 65. RGB value is (133,40,101). Sum of RGB (Red+Green+Blue) = 133+40+101=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #852865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852865 is #7AD79A. Grayscale: #4A4A4A. Windows color (decimal): -8050587 or 6629509. OLE color: 6629509.

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

Color convert

RGB 133 40 101 -
CMYK 0 0.70 0.24 0.48
HSL 320.65º 0.54% 0.34% -
HSV(B) 320.65º 0.7% 0.52% -
XYZ 12.78 7.44 13.08 -
YUV 74.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 133 40 101 0 0.70 0.24 0.48 320.65 0.54 0.34
Hex 85 28 65 0 46 18 30 141 36 22
Octal 205 50 145 0 106 30 60 501 66 42
Binary 10000101 101000 1100101 0 1000110 11000 110000 101000001 110110 100010

Color Harmonies of #852865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852865

Black with #852865

Text Example


Text Example

White with #852865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852865; }

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

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

background-color css

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

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

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

border-color css

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

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

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