Html Css Color HEX #821085 Purple

📋 copy color: '#821085'

red 130 ◦ green 16 ◦ blue 133

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

Shades of Purple #821085

Tints of Purple #821085

RGB

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

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

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

R = 46.59%
G = 5.73%
B = 47.67%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#821085 (or 0x821085) is known color: Purple. HEX triplet: 82, 10 and 85. RGB value is (130,16,133). Sum of RGB (Red+Green+Blue) = 130+16+133=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #821085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821085 is #7DEF7A. Grayscale: #3F3F3F. Windows color (decimal): -8253307 or 8720514. OLE color: 8720514.

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

Color convert

RGB 130 16 133 -
CMYK 0.02 0.88 0 0.48
HSL 298.46º 0.79% 0.29% -
HSV(B) 298.46º 0.88% 0.52% -
XYZ 13.62 6.81 22.79 -
YUV 63.42 167.27 175.49 -
System Red Green Blue C M Y K H S L
Decimal 130 16 133 0.02 0.88 0 0.48 298.46 0.79 0.29
Hex 82 10 85 2 58 0 30 12A 4F 1D
Octal 202 20 205 2 130 0 60 452 117 35
Binary 10000010 10000 10000101 10 1011000 0 110000 100101010 1001111 11101

Color Harmonies of #821085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821085

Black with #821085

Text Example


Text Example

White with #821085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821085; }

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

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

background-color css

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

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

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

border-color css

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

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

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