Html Css Color HEX #853C7D Dark Purple

📋 copy color: '#853C7D'

red 133 ◦ green 60 ◦ blue 125

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

Shades of Dark Purple #853C7D

Tints of Dark Purple #853C7D

RGB

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

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

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

R = 41.82%
G = 18.87%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#853C7D (or 0x853C7D) is known color: Dark Purple. HEX triplet: 85, 3C and 7D. RGB value is (133,60,125). Sum of RGB (Red+Green+Blue) = 133+60+125=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #853C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C7D is #7AC382. Grayscale: #595959. Windows color (decimal): -8045443 or 8207493. OLE color: 8207493.

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

Color convert

RGB 133 60 125 -
CMYK 0 0.55 0.06 0.48
HSL 306.58º 0.38% 0.38% -
HSV(B) 306.58º 0.55% 0.52% -
XYZ 14.99 9.7 20.48 -
YUV 89.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 133 60 125 0 0.55 0.06 0.48 306.58 0.38 0.38
Hex 85 3C 7D 0 37 6 30 133 26 26
Octal 205 74 175 0 67 6 60 463 46 46
Binary 10000101 111100 1111101 0 110111 110 110000 100110011 100110 100110

Color Harmonies of #853C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C7D

Black with #853C7D

Text Example


Text Example

White with #853C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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