Html Css Color HEX #880982 Purple

📋 copy color: '#880982'

red 136 ◦ green 9 ◦ blue 130

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

Shades of Purple #880982

Tints of Purple #880982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

 BLUE value IS 130 (51.17% from 255) = 47.27%

R = 49.45%
G = 3.27%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#880982 (or 0x880982) is known color: Purple. HEX triplet: 88, 09 and 82. RGB value is (136,9,130). Sum of RGB (Red+Green+Blue) = 136+9+130=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #880982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880982 is #77F67D. Grayscale: #3C3C3C. Windows color (decimal): -7861886 or 8522120. OLE color: 8522120.

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

Color convert

RGB 136 9 130 -
CMYK 0 0.93 0.04 0.47
HSL 302.83º 0.88% 0.28% -
HSV(B) 302.83º 0.93% 0.53% -
XYZ 14.28 7.04 21.73 -
YUV 60.77 167.08 181.66 -
System Red Green Blue C M Y K H S L
Decimal 136 9 130 0 0.93 0.04 0.47 302.83 0.88 0.28
Hex 88 9 82 0 5D 4 2F 12F 58 1C
Octal 210 11 202 0 135 4 57 457 130 34
Binary 10001000 1001 10000010 0 1011101 100 101111 100101111 1011000 11100

Color Harmonies of #880982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880982

Black with #880982

Text Example


Text Example

White with #880982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880982; }

 p { color: rgb(136,9,130); }

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

background-color css

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

 a { background-color: rgb(136,9,130); }

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

border-color css

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

 span { border-color: rgb(136,9,130); }

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