Html Css Color HEX #880680 Purple

📋 copy color: '#880680'

red 136 ◦ green 6 ◦ blue 128

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

Shades of Purple #880680

Tints of Purple #880680

RGB

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

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

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

R = 50.37%
G = 2.22%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#880680 (or 0x880680) is known color: Purple. HEX triplet: 88, 06 and 80. RGB value is (136,6,128). Sum of RGB (Red+Green+Blue) = 136+6+128=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #880680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880680 is #77F97F. Grayscale: #3A3A3A. Windows color (decimal): -7862656 or 8390280. OLE color: 8390280.

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

Color convert

RGB 136 6 128 -
CMYK 0 0.96 0.06 0.47
HSL 303.69º 0.92% 0.28% -
HSV(B) 303.69º 0.96% 0.53% -
XYZ 14.11 6.92 21.01 -
YUV 58.78 167.07 183.08 -
System Red Green Blue C M Y K H S L
Decimal 136 6 128 0 0.96 0.06 0.47 303.69 0.92 0.28
Hex 88 6 80 0 60 6 2F 130 5C 1C
Octal 210 6 200 0 140 6 57 460 134 34
Binary 10001000 110 10000000 0 1100000 110 101111 100110000 1011100 11100

Color Harmonies of #880680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880680

Black with #880680

Text Example


Text Example

White with #880680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880680; }

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

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

background-color css

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

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

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

border-color css

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

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

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