Html Css Color HEX #821989 Dark Purple

📋 copy color: '#821989'

red 130 ◦ green 25 ◦ blue 137

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

Shades of Dark Purple #821989

Tints of Dark Purple #821989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.92%

R = 44.52%
G = 8.56%
B = 46.92%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#821989 (or 0x821989) is known color: Dark Purple. HEX triplet: 82, 19 and 89. RGB value is (130,25,137). Sum of RGB (Red+Green+Blue) = 130+25+137=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #821989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821989 is #7DE676. Grayscale: #444444. Windows color (decimal): -8250999 or 8984962. OLE color: 8984962.

HSL color Cylindrical-coordinate representation of color #821989: hue angle of 296.25º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821989 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 25 137 -
CMYK 0.05 0.82 0 0.46
HSL 296.25º 0.69% 0.32% -
HSV(B) 296.25º 0.82% 0.54% -
XYZ 14.07 7.25 24.32 -
YUV 69.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 130 25 137 0.05 0.82 0 0.46 296.25 0.69 0.32
Hex 82 19 89 5 52 0 2E 128 45 20
Octal 202 31 211 5 122 0 56 450 105 40
Binary 10000010 11001 10001001 101 1010010 0 101110 100101000 1000101 100000

Color Harmonies of #821989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821989

Black with #821989

Text Example


Text Example

White with #821989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821989; }

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

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

background-color css

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

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

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

border-color css

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

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

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