Html Css Color HEX #880382 Purple

📋 copy color: '#880382'

red 136 ◦ green 3 ◦ blue 130

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

Shades of Purple #880382

Tints of Purple #880382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 50.56%
G = 1.12%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#880382 (or 0x880382) is known color: Purple. HEX triplet: 88, 03 and 82. RGB value is (136,3,130). Sum of RGB (Red+Green+Blue) = 136+3+130=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #880382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880382 is #77FC7D. Grayscale: #383838. Windows color (decimal): -7863422 or 8520584. OLE color: 8520584.

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

Color convert

RGB 136 3 130 -
CMYK 0 0.98 0.04 0.47
HSL 302.71º 0.96% 0.27% -
HSV(B) 302.71º 0.98% 0.53% -
XYZ 14.22 6.91 21.7 -
YUV 57.25 169.06 184.17 -
System Red Green Blue C M Y K H S L
Decimal 136 3 130 0 0.98 0.04 0.47 302.71 0.96 0.27
Hex 88 3 82 0 62 4 2F 12F 60 1B
Octal 210 3 202 0 142 4 57 457 140 33
Binary 10001000 11 10000010 0 1100010 100 101111 100101111 1100000 11011

Color Harmonies of #880382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880382

Black with #880382

Text Example


Text Example

White with #880382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880382; }

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

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

background-color css

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

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

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

border-color css

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

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

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