Html Css Color HEX #853D7D Dark Purple

📋 copy color: '#853D7D'

red 133 ◦ green 61 ◦ blue 125

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

Shades of Dark Purple #853D7D

Tints of Dark Purple #853D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 41.69%
G = 19.12%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#853D7D (or 0x853D7D) is known color: Dark Purple. HEX triplet: 85, 3D and 7D. RGB value is (133,61,125). Sum of RGB (Red+Green+Blue) = 133+61+125=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #853D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853D7D is #7AC282. Grayscale: #595959. Windows color (decimal): -8045187 or 8207749. OLE color: 8207749.

HSL color Cylindrical-coordinate representation of color #853D7D: hue angle of 306.67º 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 #853D7D is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 61 125 -
CMYK 0 0.54 0.06 0.48
HSL 306.67º 0.37% 0.38% -
HSV(B) 306.67º 0.54% 0.52% -
XYZ 15.04 9.8 20.5 -
YUV 89.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 133 61 125 0 0.54 0.06 0.48 306.67 0.37 0.38
Hex 85 3D 7D 0 36 6 30 133 25 26
Octal 205 75 175 0 66 6 60 463 45 46
Binary 10000101 111101 1111101 0 110110 110 110000 100110011 100101 100110

Color Harmonies of #853D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D7D

Black with #853D7D

Text Example


Text Example

White with #853D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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