Html Css Color HEX #821985 Dark Purple

📋 copy color: '#821985'

red 130 ◦ green 25 ◦ blue 133

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

Shades of Dark Purple #821985

Tints of Dark Purple #821985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.68%

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

R = 45.14%
G = 8.68%
B = 46.18%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#821985 (or 0x821985) is known color: Dark Purple. HEX triplet: 82, 19 and 85. RGB value is (130,25,133). Sum of RGB (Red+Green+Blue) = 130+25+133=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #821985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821985 is #7DE67A. Grayscale: #444444. Windows color (decimal): -8251003 or 8722818. OLE color: 8722818.

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

Color convert

RGB 130 25 133 -
CMYK 0.02 0.81 0 0.48
HSL 298.33º 0.68% 0.31% -
HSV(B) 298.33º 0.81% 0.52% -
XYZ 13.79 7.13 22.84 -
YUV 68.71 164.29 171.72 -
System Red Green Blue C M Y K H S L
Decimal 130 25 133 0.02 0.81 0 0.48 298.33 0.68 0.31
Hex 82 19 85 2 51 0 30 12A 44 1F
Octal 202 31 205 2 121 0 60 452 104 37
Binary 10000010 11001 10000101 10 1010001 0 110000 100101010 1000100 11111

Color Harmonies of #821985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821985

Black with #821985

Text Example


Text Example

White with #821985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821985; }

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

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

background-color css

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

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

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

border-color css

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

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

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