Html Css Color HEX #853A6D Dark Purple

📋 copy color: '#853A6D'

red 133 ◦ green 58 ◦ blue 109

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

Shades of Dark Purple #853A6D

Tints of Dark Purple #853A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.33%

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 44.33%
G = 19.33%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#853A6D (or 0x853A6D) is known color: Dark Purple. HEX triplet: 85, 3A and 6D. RGB value is (133,58,109). Sum of RGB (Red+Green+Blue) = 133+58+109=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #853A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A6D is #7AC592. Grayscale: #565656. Windows color (decimal): -8045971 or 7158405. OLE color: 7158405.

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

Color convert

RGB 133 58 109 -
CMYK 0 0.56 0.18 0.48
HSL 319.2º 0.39% 0.37% -
HSV(B) 319.2º 0.56% 0.52% -
XYZ 13.95 9.12 15.49 -
YUV 86.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 133 58 109 0 0.56 0.18 0.48 319.2 0.39 0.37
Hex 85 3A 6D 0 38 12 30 13F 27 25
Octal 205 72 155 0 70 22 60 477 47 45
Binary 10000101 111010 1101101 0 111000 10010 110000 100111111 100111 100101

Color Harmonies of #853A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A6D

Black with #853A6D

Text Example


Text Example

White with #853A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,58,109); }

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

background-color css

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

 a { background-color: rgb(133,58,109); }

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

border-color css

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

 span { border-color: rgb(133,58,109); }

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