Html Css Color HEX #850280 Purple

📋 copy color: '#850280'

red 133 ◦ green 2 ◦ blue 128

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

Shades of Purple #850280

Tints of Purple #850280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 50.57%
G = 0.76%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#850280 (or 0x850280) is known color: Purple. HEX triplet: 85, 02 and 80. RGB value is (133,2,128). Sum of RGB (Red+Green+Blue) = 133+2+128=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #850280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850280 is #7AFD7F. Grayscale: #373737. Windows color (decimal): -8060288 or 8389253. OLE color: 8389253.

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

Color convert

RGB 133 2 128 -
CMYK 0 0.98 0.04 0.48
HSL 302.29º 0.97% 0.26% -
HSV(B) 302.29º 0.98% 0.52% -
XYZ 13.59 6.59 20.98 -
YUV 55.53 168.9 183.25 -
System Red Green Blue C M Y K H S L
Decimal 133 2 128 0 0.98 0.04 0.48 302.29 0.97 0.26
Hex 85 2 80 0 62 4 30 12E 61 1A
Octal 205 2 200 0 142 4 60 456 141 32
Binary 10000101 10 10000000 0 1100010 100 110000 100101110 1100001 11010

Color Harmonies of #850280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850280

Black with #850280

Text Example


Text Example

White with #850280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850280; }

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

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

background-color css

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

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

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

border-color css

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

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

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