Html Css Color HEX #852880 Dark Purple

📋 copy color: '#852880'

red 133 ◦ green 40 ◦ blue 128

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

Shades of Dark Purple #852880

Tints of Dark Purple #852880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

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

R = 44.19%
G = 13.29%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#852880 (or 0x852880) is known color: Dark Purple. HEX triplet: 85, 28 and 80. RGB value is (133,40,128). Sum of RGB (Red+Green+Blue) = 133+40+128=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #852880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852880 is #7AD77F. Grayscale: #4D4D4D. Windows color (decimal): -8050560 or 8398981. OLE color: 8398981.

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

Color convert

RGB 133 40 128 -
CMYK 0 0.70 0.04 0.48
HSL 303.23º 0.54% 0.34% -
HSV(B) 303.23º 0.7% 0.52% -
XYZ 14.33 8.06 21.22 -
YUV 77.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 133 40 128 0 0.70 0.04 0.48 303.23 0.54 0.34
Hex 85 28 80 0 46 4 30 12F 36 22
Octal 205 50 200 0 106 4 60 457 66 42
Binary 10000101 101000 10000000 0 1000110 100 110000 100101111 110110 100010

Color Harmonies of #852880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852880

Black with #852880

Text Example


Text Example

White with #852880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852880; }

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

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

background-color css

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

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

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

border-color css

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

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

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