Html Css Color HEX #812882 Dark Purple

📋 copy color: '#812882'

red 129 ◦ green 40 ◦ blue 130

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

Shades of Dark Purple #812882

Tints of Dark Purple #812882

RGB

 RED value IS 129 (50.78% from 255) = 43.14%

 GREEN value IS 40 (16.02% from 255) = 13.38%

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 43.14%
G = 13.38%
B = 43.48%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#812882 (or 0x812882) is known color: Dark Purple. HEX triplet: 81, 28 and 82. RGB value is (129,40,130). Sum of RGB (Red+Green+Blue) = 129+40+130=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #812882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812882 is #7ED77D. Grayscale: #4C4C4C. Windows color (decimal): -8312702 or 8530049. OLE color: 8530049.

HSL color Cylindrical-coordinate representation of color #812882: hue angle of 299.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #812882 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 40 130 -
CMYK 0.01 0.69 0 0.49
HSL 299.33º 0.53% 0.33% -
HSV(B) 299.33º 0.69% 0.51% -
XYZ 13.84 7.8 21.89 -
YUV 76.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 129 40 130 0.01 0.69 0 0.49 299.33 0.53 0.33
Hex 81 28 82 1 45 0 31 12B 35 21
Octal 201 50 202 1 105 0 61 453 65 41
Binary 10000001 101000 10000010 1 1000101 0 110001 100101011 110101 100001

Color Harmonies of #812882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812882

Black with #812882

Text Example


Text Example

White with #812882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812882; }

 p { color: rgb(129,40,130); }

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

background-color css

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

 a { background-color: rgb(129,40,130); }

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

border-color css

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

 span { border-color: rgb(129,40,130); }

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