Html Css Color HEX #880182 Purple

📋 copy color: '#880182'

red 136 ◦ green 1 ◦ blue 130

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

Shades of Purple #880182

Tints of Purple #880182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 50.94%
G = 0.37%
B = 48.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#880182 (or 0x880182) is known color: Purple. HEX triplet: 88, 01 and 82. RGB value is (136,1,130). Sum of RGB (Red+Green+Blue) = 136+1+130=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #880182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880182 is #77FE7D. Grayscale: #373737. Windows color (decimal): -7863934 or 8520072. OLE color: 8520072.

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

Color convert

RGB 136 1 130 -
CMYK 0 0.99 0.04 0.47
HSL 302.67º 0.99% 0.27% -
HSV(B) 302.67º 0.99% 0.53% -
XYZ 14.19 6.87 21.7 -
YUV 56.07 169.73 185.01 -
System Red Green Blue C M Y K H S L
Decimal 136 1 130 0 0.99 0.04 0.47 302.67 0.99 0.27
Hex 88 1 82 0 63 4 2F 12F 63 1B
Octal 210 1 202 0 143 4 57 457 143 33
Binary 10001000 1 10000010 0 1100011 100 101111 100101111 1100011 11011

Color Harmonies of #880182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880182

Black with #880182

Text Example


Text Example

White with #880182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880182; }

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

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

background-color css

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

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

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

border-color css

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

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

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