Html Css Color HEX #852C80 Dark Purple

📋 copy color: '#852C80'

red 133 ◦ green 44 ◦ blue 128

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

Shades of Dark Purple #852C80

Tints of Dark Purple #852C80

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.43%

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

R = 43.61%
G = 14.43%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#852C80 (or 0x852C80) is known color: Dark Purple. HEX triplet: 85, 2C and 80. RGB value is (133,44,128). Sum of RGB (Red+Green+Blue) = 133+44+128=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #852C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852C80 is #7AD37F. Grayscale: #4F4F4F. Windows color (decimal): -8049536 or 8400005. OLE color: 8400005.

HSL color Cylindrical-coordinate representation of color #852C80: hue angle of 303.37º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C80 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 44 128 -
CMYK 0 0.67 0.04 0.48
HSL 303.37º 0.5% 0.35% -
HSV(B) 303.37º 0.67% 0.52% -
XYZ 14.47 8.35 21.27 -
YUV 80.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 133 44 128 0 0.67 0.04 0.48 303.37 0.5 0.35
Hex 85 2C 80 0 43 4 30 12F 32 23
Octal 205 54 200 0 103 4 60 457 62 43
Binary 10000101 101100 10000000 0 1000011 100 110000 100101111 110010 100011

Color Harmonies of #852C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C80

Black with #852C80

Text Example


Text Example

White with #852C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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