Html Css Color HEX #852980 Dark Purple

📋 copy color: '#852980'

red 133 ◦ green 41 ◦ blue 128

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

Shades of Dark Purple #852980

Tints of Dark Purple #852980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

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

R = 44.04%
G = 13.58%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#852980 (or 0x852980) is known color: Dark Purple. HEX triplet: 85, 29 and 80. RGB value is (133,41,128). Sum of RGB (Red+Green+Blue) = 133+41+128=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #852980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852980 is #7AD67F. Grayscale: #4E4E4E. Windows color (decimal): -8050304 or 8399237. OLE color: 8399237.

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

Color convert

RGB 133 41 128 -
CMYK 0 0.69 0.04 0.48
HSL 303.26º 0.53% 0.34% -
HSV(B) 303.26º 0.69% 0.52% -
XYZ 14.36 8.13 21.23 -
YUV 78.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 133 41 128 0 0.69 0.04 0.48 303.26 0.53 0.34
Hex 85 29 80 0 45 4 30 12F 35 22
Octal 205 51 200 0 105 4 60 457 65 42
Binary 10000101 101001 10000000 0 1000101 100 110000 100101111 110101 100010

Color Harmonies of #852980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852980

Black with #852980

Text Example


Text Example

White with #852980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852980; }

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

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

background-color css

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

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

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

border-color css

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

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

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