Html Css Color HEX #852080 Dark Purple

📋 copy color: '#852080'

red 133 ◦ green 32 ◦ blue 128

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

Shades of Dark Purple #852080

Tints of Dark Purple #852080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.92%

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

R = 45.39%
G = 10.92%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#852080 (or 0x852080) is known color: Dark Purple. HEX triplet: 85, 20 and 80. RGB value is (133,32,128). Sum of RGB (Red+Green+Blue) = 133+32+128=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #852080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852080 is #7ADF7F. Grayscale: #484848. Windows color (decimal): -8052608 or 8396933. OLE color: 8396933.

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

Color convert

RGB 133 32 128 -
CMYK 0 0.76 0.04 0.48
HSL 302.97º 0.61% 0.32% -
HSV(B) 302.97º 0.76% 0.52% -
XYZ 14.09 7.58 21.14 -
YUV 73.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 133 32 128 0 0.76 0.04 0.48 302.97 0.61 0.32
Hex 85 20 80 0 4C 4 30 12F 3D 20
Octal 205 40 200 0 114 4 60 457 75 40
Binary 10000101 100000 10000000 0 1001100 100 110000 100101111 111101 100000

Color Harmonies of #852080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852080

Black with #852080

Text Example


Text Example

White with #852080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852080; }

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

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

background-color css

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

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

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

border-color css

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

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

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