Html Css Color HEX #880280 Purple

📋 copy color: '#880280'

red 136 ◦ green 2 ◦ blue 128

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

Shades of Purple #880280

Tints of Purple #880280

RGB

 RED value IS 136 (53.52% from 255) = 51.13%

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

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

R = 51.13%
G = 0.75%
B = 48.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#880280 (or 0x880280) is known color: Purple. HEX triplet: 88, 02 and 80. RGB value is (136,2,128). Sum of RGB (Red+Green+Blue) = 136+2+128=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #880280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880280 is #77FD7F. Grayscale: #383838. Windows color (decimal): -7863680 or 8389256. OLE color: 8389256.

HSL color Cylindrical-coordinate representation of color #880280: hue angle of 303.58º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880280 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 128 -
CMYK 0 0.99 0.06 0.47
HSL 303.58º 0.97% 0.27% -
HSV(B) 303.58º 0.99% 0.53% -
XYZ 14.07 6.84 21 -
YUV 56.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 136 2 128 0 0.99 0.06 0.47 303.58 0.97 0.27
Hex 88 2 80 0 63 6 2F 130 61 1B
Octal 210 2 200 0 143 6 57 460 141 33
Binary 10001000 10 10000000 0 1100011 110 101111 100110000 1100001 11011

Color Harmonies of #880280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880280

Black with #880280

Text Example


Text Example

White with #880280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880280; }

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

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

background-color css

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

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

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

border-color css

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

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

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