Html Css Color HEX #821C88 Dark Purple

📋 copy color: '#821C88'

red 130 ◦ green 28 ◦ blue 136

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

Shades of Dark Purple #821C88

Tints of Dark Purple #821C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.26%

R = 44.22%
G = 9.52%
B = 46.26%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#821C88 (or 0x821C88) is known color: Dark Purple. HEX triplet: 82, 1C and 88. RGB value is (130,28,136). Sum of RGB (Red+Green+Blue) = 130+28+136=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #821C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821C88 is #7DE377. Grayscale: #464646. Windows color (decimal): -8250232 or 8920194. OLE color: 8920194.

HSL color Cylindrical-coordinate representation of color #821C88: hue angle of 296.67º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #821C88 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 28 136 -
CMYK 0.04 0.79 0 0.47
HSL 296.67º 0.66% 0.32% -
HSV(B) 296.67º 0.79% 0.53% -
XYZ 14.07 7.35 23.97 -
YUV 70.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 130 28 136 0.04 0.79 0 0.47 296.67 0.66 0.32
Hex 82 1C 88 4 4F 0 2F 129 42 20
Octal 202 34 210 4 117 0 57 451 102 40
Binary 10000010 11100 10001000 100 1001111 0 101111 100101001 1000010 100000

Color Harmonies of #821C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C88

Black with #821C88

Text Example


Text Example

White with #821C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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