Html Css Color HEX #821286 Purple

📋 copy color: '#821286'

red 130 ◦ green 18 ◦ blue 134

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

Shades of Purple #821286

Tints of Purple #821286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

 BLUE value IS 134 (52.73% from 255) = 47.52%

R = 46.1%
G = 6.38%
B = 47.52%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#821286 (or 0x821286) is known color: Purple. HEX triplet: 82, 12 and 86. RGB value is (130,18,134). Sum of RGB (Red+Green+Blue) = 130+18+134=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #821286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821286 is #7DED79. Grayscale: #404040. Windows color (decimal): -8252794 or 8786562. OLE color: 8786562.

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

Color convert

RGB 130 18 134 -
CMYK 0.03 0.87 0 0.47
HSL 297.93º 0.76% 0.3% -
HSV(B) 297.93º 0.87% 0.53% -
XYZ 13.73 6.9 23.16 -
YUV 64.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 130 18 134 0.03 0.87 0 0.47 297.93 0.76 0.3
Hex 82 12 86 3 57 0 2F 12A 4C 1E
Octal 202 22 206 3 127 0 57 452 114 36
Binary 10000010 10010 10000110 11 1010111 0 101111 100101010 1001100 11110

Color Harmonies of #821286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821286

Black with #821286

Text Example


Text Example

White with #821286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821286; }

 p { color: rgb(130,18,134); }

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

background-color css

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

 a { background-color: rgb(130,18,134); }

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

border-color css

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

 span { border-color: rgb(130,18,134); }

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