Html Css Color HEX #853180 Dark Purple

📋 copy color: '#853180'

red 133 ◦ green 49 ◦ blue 128

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

Shades of Dark Purple #853180

Tints of Dark Purple #853180

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.81%

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 42.9%
G = 15.81%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#853180 (or 0x853180) is known color: Dark Purple. HEX triplet: 85, 31 and 80. RGB value is (133,49,128). Sum of RGB (Red+Green+Blue) = 133+49+128=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #853180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853180 is #7ACE7F. Grayscale: #525252. Windows color (decimal): -8048256 or 8401285. OLE color: 8401285.

HSL color Cylindrical-coordinate representation of color #853180: hue angle of 303.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853180 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 49 128 -
CMYK 0 0.63 0.04 0.48
HSL 303.57º 0.46% 0.36% -
HSV(B) 303.57º 0.63% 0.52% -
XYZ 14.67 8.74 21.34 -
YUV 83.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 133 49 128 0 0.63 0.04 0.48 303.57 0.46 0.36
Hex 85 31 80 0 3F 4 30 130 2E 24
Octal 205 61 200 0 77 4 60 460 56 44
Binary 10000101 110001 10000000 0 111111 100 110000 100110000 101110 100100

Color Harmonies of #853180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853180

Black with #853180

Text Example


Text Example

White with #853180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853180; }

 p { color: rgb(133,49,128); }

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

background-color css

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

 a { background-color: rgb(133,49,128); }

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

border-color css

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

 span { border-color: rgb(133,49,128); }

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