Html Css Color HEX #880282 Purple

📋 copy color: '#880282'

red 136 ◦ green 2 ◦ blue 130

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

Shades of Purple #880282

Tints of Purple #880282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 50.75%
G = 0.75%
B = 48.51%

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

#880282 (or 0x880282) is known color: Purple. HEX triplet: 88, 02 and 82. RGB value is (136,2,130). Sum of RGB (Red+Green+Blue) = 136+2+130=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #880282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880282 is #77FD7D. Grayscale: #383838. Windows color (decimal): -7863678 or 8520328. OLE color: 8520328.

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

Color convert

RGB 136 2 130 -
CMYK 0 0.99 0.04 0.47
HSL 302.69º 0.97% 0.27% -
HSV(B) 302.69º 0.99% 0.53% -
XYZ 14.2 6.89 21.7 -
YUV 56.66 169.39 184.59 -
System Red Green Blue C M Y K H S L
Decimal 136 2 130 0 0.99 0.04 0.47 302.69 0.97 0.27
Hex 88 2 82 0 63 4 2F 12F 61 1B
Octal 210 2 202 0 143 4 57 457 141 33
Binary 10001000 10 10000010 0 1100011 100 101111 100101111 1100001 11011

Color Harmonies of #880282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880282

Black with #880282

Text Example


Text Example

White with #880282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880282; }

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

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

background-color css

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

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

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

border-color css

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

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

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