Html Css Color HEX #880681 Purple

📋 copy color: '#880681'

red 136 ◦ green 6 ◦ blue 129

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

Shades of Purple #880681

Tints of Purple #880681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 50.18%
G = 2.21%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#880681 (or 0x880681) is known color: Purple. HEX triplet: 88, 06 and 81. RGB value is (136,6,129). Sum of RGB (Red+Green+Blue) = 136+6+129=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #880681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880681 is #77F97E. Grayscale: #3A3A3A. Windows color (decimal): -7862655 or 8455816. OLE color: 8455816.

HSL color Cylindrical-coordinate representation of color #880681: hue angle of 303.23º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880681 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 6 129 -
CMYK 0 0.96 0.05 0.47
HSL 303.23º 0.92% 0.28% -
HSV(B) 303.23º 0.96% 0.53% -
XYZ 14.18 6.95 21.36 -
YUV 58.89 167.57 183 -
System Red Green Blue C M Y K H S L
Decimal 136 6 129 0 0.96 0.05 0.47 303.23 0.92 0.28
Hex 88 6 81 0 60 5 2F 12F 5C 1C
Octal 210 6 201 0 140 5 57 457 134 34
Binary 10001000 110 10000001 0 1100000 101 101111 100101111 1011100 11100

Color Harmonies of #880681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880681

Black with #880681

Text Example


Text Example

White with #880681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880681; }

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

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

background-color css

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

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

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

border-color css

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

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

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