Html Css Color HEX #853A6E Dark Purple

📋 copy color: '#853A6E'

red 133 ◦ green 58 ◦ blue 110

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

Shades of Dark Purple #853A6E

Tints of Dark Purple #853A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.54%

R = 44.19%
G = 19.27%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#853A6E (or 0x853A6E) is known color: Dark Purple. HEX triplet: 85, 3A and 6E. RGB value is (133,58,110). Sum of RGB (Red+Green+Blue) = 133+58+110=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #853A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A6E is #7AC591. Grayscale: #565656. Windows color (decimal): -8045970 or 7223941. OLE color: 7223941.

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

Color convert

RGB 133 58 110 -
CMYK 0 0.56 0.17 0.48
HSL 318.4º 0.39% 0.37% -
HSV(B) 318.4º 0.56% 0.52% -
XYZ 14 9.14 15.78 -
YUV 86.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 133 58 110 0 0.56 0.17 0.48 318.4 0.39 0.37
Hex 85 3A 6E 0 38 11 30 13E 27 25
Octal 205 72 156 0 70 21 60 476 47 45
Binary 10000101 111010 1101110 0 111000 10001 110000 100111110 100111 100101

Color Harmonies of #853A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A6E

Black with #853A6E

Text Example


Text Example

White with #853A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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