Html Css Color HEX #853D79 Dark Purple

📋 copy color: '#853D79'

red 133 ◦ green 61 ◦ blue 121

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

Shades of Dark Purple #853D79

Tints of Dark Purple #853D79

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.37%

 BLUE value IS 121 (47.66% from 255) = 38.41%

R = 42.22%
G = 19.37%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#853D79 (or 0x853D79) is known color: Dark Purple. HEX triplet: 85, 3D and 79. RGB value is (133,61,121). Sum of RGB (Red+Green+Blue) = 133+61+121=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #853D79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853D79 is #7AC286. Grayscale: #595959. Windows color (decimal): -8045191 or 7945605. OLE color: 7945605.

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

Color convert

RGB 133 61 121 -
CMYK 0 0.54 0.09 0.48
HSL 310º 0.37% 0.38% -
HSV(B) 310º 0.54% 0.52% -
XYZ 14.79 9.7 19.18 -
YUV 89.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 133 61 121 0 0.54 0.09 0.48 310 0.37 0.38
Hex 85 3D 79 0 36 9 30 136 25 26
Octal 205 75 171 0 66 11 60 466 45 46
Binary 10000101 111101 1111001 0 110110 1001 110000 100110110 100101 100110

Color Harmonies of #853D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D79

Black with #853D79

Text Example


Text Example

White with #853D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,61,121); }

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

background-color css

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

 a { background-color: rgb(133,61,121); }

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

border-color css

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

 span { border-color: rgb(133,61,121); }

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