Html Css Color HEX #821C89 Dark Purple

📋 copy color: '#821C89'

red 130 ◦ green 28 ◦ blue 137

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

Shades of Dark Purple #821C89

Tints of Dark Purple #821C89

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

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

R = 44.07%
G = 9.49%
B = 46.44%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#821C89 (or 0x821C89) is known color: Dark Purple. HEX triplet: 82, 1C and 89. RGB value is (130,28,137). Sum of RGB (Red+Green+Blue) = 130+28+137=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #821C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821C89 is #7DE376. Grayscale: #464646. Windows color (decimal): -8250231 or 8985730. OLE color: 8985730.

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

Color convert

RGB 130 28 137 -
CMYK 0.05 0.80 0 0.46
HSL 296.15º 0.66% 0.32% -
HSV(B) 296.15º 0.8% 0.54% -
XYZ 14.14 7.38 24.35 -
YUV 70.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 130 28 137 0.05 0.80 0 0.46 296.15 0.66 0.32
Hex 82 1C 89 5 50 0 2E 128 42 20
Octal 202 34 211 5 120 0 56 450 102 40
Binary 10000010 11100 10001001 101 1010000 0 101110 100101000 1000010 100000

Color Harmonies of #821C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C89

Black with #821C89

Text Example


Text Example

White with #821C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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