Html Css Color HEX #853C6F Dark Purple

📋 copy color: '#853C6F'

red 133 ◦ green 60 ◦ blue 111

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

Shades of Dark Purple #853C6F

Tints of Dark Purple #853C6F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.74%

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

R = 43.75%
G = 19.74%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#853C6F (or 0x853C6F) is known color: Dark Purple. HEX triplet: 85, 3C and 6F. RGB value is (133,60,111). Sum of RGB (Red+Green+Blue) = 133+60+111=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #853C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C6F is #7AC390. Grayscale: #575757. Windows color (decimal): -8045457 or 7289989. OLE color: 7289989.

HSL color Cylindrical-coordinate representation of color #853C6F: hue angle of 318.08º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853C6F is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 111 -
CMYK 0 0.55 0.17 0.48
HSL 318.08º 0.38% 0.38% -
HSV(B) 318.08º 0.55% 0.52% -
XYZ 14.16 9.37 16.1 -
YUV 87.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 133 60 111 0 0.55 0.17 0.48 318.08 0.38 0.38
Hex 85 3C 6F 0 37 11 30 13E 26 26
Octal 205 74 157 0 67 21 60 476 46 46
Binary 10000101 111100 1101111 0 110111 10001 110000 100111110 100110 100110

Color Harmonies of #853C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C6F

Black with #853C6F

Text Example


Text Example

White with #853C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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