Html Css Color HEX #880082 Purple

📋 copy color: '#880082'

red 136 ◦ green 0 ◦ blue 130

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

Shades of Purple #880082

Tints of Purple #880082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.13%
G = 0%
B = 48.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#880082 (or 0x880082) is known color: Purple. HEX triplet: 88, 00 and 82. RGB value is (136,0,130). Sum of RGB (Red+Green+Blue) = 136+0+130=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #880082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880082 is #77FF7D. Grayscale: #373737. Windows color (decimal): -7864190 or 8519816. OLE color: 8519816.

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

Color convert

RGB 136 0 130 -
CMYK 0 1 0.04 0.47
HSL 302.65º 1% 0.27% -
HSV(B) 302.65º 1% 0.53% -
XYZ 14.18 6.85 21.69 -
YUV 55.48 170.06 185.43 -
System Red Green Blue C M Y K H S L
Decimal 136 0 130 0 1 0.04 0.47 302.65 1 0.27
Hex 88 0 82 0 64 4 2F 12F 64 1B
Octal 210 0 202 0 144 4 57 457 144 33
Binary 10001000 0 10000010 0 1100100 100 101111 100101111 1100100 11011

Color Harmonies of #880082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880082

Black with #880082

Text Example


Text Example

White with #880082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880082; }

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

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

background-color css

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

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

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

border-color css

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

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

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