Html Css Color HEX #821889 Dark Purple

📋 copy color: '#821889'

red 130 ◦ green 24 ◦ blue 137

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

Shades of Dark Purple #821889

Tints of Dark Purple #821889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

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

R = 44.67%
G = 8.25%
B = 47.08%

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

#821889 (or 0x821889) is known color: Dark Purple. HEX triplet: 82, 18 and 89. RGB value is (130,24,137). Sum of RGB (Red+Green+Blue) = 130+24+137=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #821889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821889 is #7DE776. Grayscale: #444444. Windows color (decimal): -8251255 or 8984706. OLE color: 8984706.

HSL color Cylindrical-coordinate representation of color #821889: hue angle of 296.28º degrees, saturation: 0.7, 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 #821889 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 24 137 -
CMYK 0.05 0.82 0 0.46
HSL 296.28º 0.7% 0.32% -
HSV(B) 296.28º 0.82% 0.54% -
XYZ 14.05 7.21 24.32 -
YUV 68.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 130 24 137 0.05 0.82 0 0.46 296.28 0.7 0.32
Hex 82 18 89 5 52 0 2E 128 46 20
Octal 202 30 211 5 122 0 56 450 106 40
Binary 10000010 11000 10001001 101 1010010 0 101110 100101000 1000110 100000

Color Harmonies of #821889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821889

Black with #821889

Text Example


Text Example

White with #821889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821889; }

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

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

background-color css

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

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

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

border-color css

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

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

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