Html Css Color HEX #852D6F Dark Purple

📋 copy color: '#852D6F'

red 133 ◦ green 45 ◦ blue 111

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

Shades of Dark Purple #852D6F

Tints of Dark Purple #852D6F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.57%

 BLUE value IS 111 (43.75% from 255) = 38.41%

R = 46.02%
G = 15.57%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#852D6F (or 0x852D6F) is known color: Dark Purple. HEX triplet: 85, 2D and 6F. RGB value is (133,45,111). Sum of RGB (Red+Green+Blue) = 133+45+111=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #852D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D6F is #7AD290. Grayscale: #4E4E4E. Windows color (decimal): -8049297 or 7286149. OLE color: 7286149.

HSL color Cylindrical-coordinate representation of color #852D6F: hue angle of 315º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D6F is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 45 111 -
CMYK 0 0.66 0.17 0.48
HSL 315º 0.49% 0.35% -
HSV(B) 315º 0.66% 0.52% -
XYZ 13.48 8.01 15.87 -
YUV 78.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 133 45 111 0 0.66 0.17 0.48 315 0.49 0.35
Hex 85 2D 6F 0 42 11 30 13B 31 23
Octal 205 55 157 0 102 21 60 473 61 43
Binary 10000101 101101 1101111 0 1000010 10001 110000 100111011 110001 100011

Color Harmonies of #852D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D6F

Black with #852D6F

Text Example


Text Example

White with #852D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852D6F; }

 p { color: rgb(133,45,111); }

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

background-color css

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

 a { background-color: rgb(133,45,111); }

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

border-color css

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

 span { border-color: rgb(133,45,111); }

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