Html Css Color HEX #852965 Dark Purple

📋 copy color: '#852965'

red 133 ◦ green 41 ◦ blue 101

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

Shades of Dark Purple #852965

Tints of Dark Purple #852965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.91%

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

R = 48.36%
G = 14.91%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#852965 (or 0x852965) is known color: Dark Purple. HEX triplet: 85, 29 and 65. RGB value is (133,41,101). Sum of RGB (Red+Green+Blue) = 133+41+101=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #852965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852965 is #7AD69A. Grayscale: #4B4B4B. Windows color (decimal): -8050331 or 6629765. OLE color: 6629765.

HSL color Cylindrical-coordinate representation of color #852965: hue angle of 320.87º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #852965 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 101 -
CMYK 0 0.69 0.24 0.48
HSL 320.87º 0.53% 0.34% -
HSV(B) 320.87º 0.69% 0.52% -
XYZ 12.81 7.51 13.09 -
YUV 75.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 133 41 101 0 0.69 0.24 0.48 320.87 0.53 0.34
Hex 85 29 65 0 45 18 30 141 35 22
Octal 205 51 145 0 105 30 60 501 65 42
Binary 10000101 101001 1100101 0 1000101 11000 110000 101000001 110101 100010

Color Harmonies of #852965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852965

Black with #852965

Text Example


Text Example

White with #852965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852965; }

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

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

background-color css

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

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

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

border-color css

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

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

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