Html Css Color HEX #821088 Purple

📋 copy color: '#821088'

red 130 ◦ green 16 ◦ blue 136

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

Shades of Purple #821088

Tints of Purple #821088

RGB

 RED value IS 130 (51.17% from 255) = 46.1%

 GREEN value IS 16 (6.64% from 255) = 5.67%

 BLUE value IS 136 (53.52% from 255) = 48.23%

R = 46.1%
G = 5.67%
B = 48.23%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#821088 (or 0x821088) is known color: Purple. HEX triplet: 82, 10 and 88. RGB value is (130,16,136). Sum of RGB (Red+Green+Blue) = 130+16+136=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #821088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821088 is #7DEF77. Grayscale: #3F3F3F. Windows color (decimal): -8253304 or 8917122. OLE color: 8917122.

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

Color convert

RGB 130 16 136 -
CMYK 0.04 0.88 0 0.47
HSL 297º 0.79% 0.3% -
HSV(B) 297º 0.88% 0.53% -
XYZ 13.84 6.89 23.89 -
YUV 63.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 130 16 136 0.04 0.88 0 0.47 297 0.79 0.3
Hex 82 10 88 4 58 0 2F 129 4F 1E
Octal 202 20 210 4 130 0 57 451 117 36
Binary 10000010 10000 10001000 100 1011000 0 101111 100101001 1001111 11110

Color Harmonies of #821088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821088

Black with #821088

Text Example


Text Example

White with #821088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821088; }

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

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

background-color css

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

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

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

border-color css

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

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

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