Html Css Color HEX #851080 Purple

📋 copy color: '#851080'

red 133 ◦ green 16 ◦ blue 128

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

Shades of Purple #851080

Tints of Purple #851080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.78%

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

R = 48.01%
G = 5.78%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#851080 (or 0x851080) is known color: Purple. HEX triplet: 85, 10 and 80. RGB value is (133,16,128). Sum of RGB (Red+Green+Blue) = 133+16+128=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #851080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851080 is #7AEF7F. Grayscale: #3F3F3F. Windows color (decimal): -8056704 or 8392837. OLE color: 8392837.

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

Color convert

RGB 133 16 128 -
CMYK 0 0.88 0.04 0.48
HSL 302.56º 0.79% 0.29% -
HSV(B) 302.56º 0.88% 0.52% -
XYZ 13.75 6.92 21.03 -
YUV 63.75 164.26 177.39 -
System Red Green Blue C M Y K H S L
Decimal 133 16 128 0 0.88 0.04 0.48 302.56 0.79 0.29
Hex 85 10 80 0 58 4 30 12F 4F 1D
Octal 205 20 200 0 130 4 60 457 117 35
Binary 10000101 10000 10000000 0 1011000 100 110000 100101111 1001111 11101

Color Harmonies of #851080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851080

Black with #851080

Text Example


Text Example

White with #851080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851080; }

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

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

background-color css

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

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

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

border-color css

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

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

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