Html Css Color HEX #850180 Purple

📋 copy color: '#850180'

red 133 ◦ green 1 ◦ blue 128

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

Shades of Purple #850180

Tints of Purple #850180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 50.76%
G = 0.38%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#850180 (or 0x850180) is known color: Purple. HEX triplet: 85, 01 and 80. RGB value is (133,1,128). Sum of RGB (Red+Green+Blue) = 133+1+128=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #850180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850180 is #7AFE7F. Grayscale: #363636. Windows color (decimal): -8060544 or 8388997. OLE color: 8388997.

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

Color convert

RGB 133 1 128 -
CMYK 0 0.99 0.04 0.48
HSL 302.27º 0.99% 0.26% -
HSV(B) 302.27º 0.99% 0.52% -
XYZ 13.58 6.57 20.97 -
YUV 54.95 169.23 183.67 -
System Red Green Blue C M Y K H S L
Decimal 133 1 128 0 0.99 0.04 0.48 302.27 0.99 0.26
Hex 85 1 80 0 63 4 30 12E 63 1A
Octal 205 1 200 0 143 4 60 456 143 32
Binary 10000101 1 10000000 0 1100011 100 110000 100101110 1100011 11010

Color Harmonies of #850180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850180

Black with #850180

Text Example


Text Example

White with #850180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850180; }

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

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

background-color css

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

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

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

border-color css

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

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

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