Html Css Color HEX #821285 Purple

📋 copy color: '#821285'

red 130 ◦ green 18 ◦ blue 133

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

Shades of Purple #821285

Tints of Purple #821285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.33%

R = 46.26%
G = 6.41%
B = 47.33%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#821285 (or 0x821285) is known color: Purple. HEX triplet: 82, 12 and 85. RGB value is (130,18,133). Sum of RGB (Red+Green+Blue) = 130+18+133=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #821285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821285 is #7DED7A. Grayscale: #404040. Windows color (decimal): -8252795 or 8721026. OLE color: 8721026.

HSL color Cylindrical-coordinate representation of color #821285: hue angle of 298.43º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821285 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 18 133 -
CMYK 0.02 0.86 0 0.48
HSL 298.43º 0.76% 0.3% -
HSV(B) 298.43º 0.86% 0.52% -
XYZ 13.66 6.87 22.8 -
YUV 64.6 166.61 174.65 -
System Red Green Blue C M Y K H S L
Decimal 130 18 133 0.02 0.86 0 0.48 298.43 0.76 0.3
Hex 82 12 85 2 56 0 30 12A 4C 1E
Octal 202 22 205 2 126 0 60 452 114 36
Binary 10000010 10010 10000101 10 1010110 0 110000 100101010 1001100 11110

Color Harmonies of #821285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821285

Black with #821285

Text Example


Text Example

White with #821285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821285; }

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

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

background-color css

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

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

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

border-color css

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

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

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