Html Css Color HEX #880281 Purple

📋 copy color: '#880281'

red 136 ◦ green 2 ◦ blue 129

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

Shades of Purple #880281

Tints of Purple #880281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 48.31%

R = 50.94%
G = 0.75%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#880281 (or 0x880281) is known color: Purple. HEX triplet: 88, 02 and 81. RGB value is (136,2,129). Sum of RGB (Red+Green+Blue) = 136+2+129=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #880281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880281 is #77FD7E. Grayscale: #383838. Windows color (decimal): -7863679 or 8454792. OLE color: 8454792.

HSL color Cylindrical-coordinate representation of color #880281: hue angle of 303.13º 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 #880281 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 129 -
CMYK 0 0.99 0.05 0.47
HSL 303.13º 0.97% 0.27% -
HSV(B) 303.13º 0.99% 0.53% -
XYZ 14.14 6.86 21.35 -
YUV 56.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 136 2 129 0 0.99 0.05 0.47 303.13 0.97 0.27
Hex 88 2 81 0 63 5 2F 12F 61 1B
Octal 210 2 201 0 143 5 57 457 141 33
Binary 10001000 10 10000001 0 1100011 101 101111 100101111 1100001 11011

Color Harmonies of #880281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880281

Black with #880281

Text Example


Text Example

White with #880281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880281; }

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

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

background-color css

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

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

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

border-color css

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

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

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