Html Css Color HEX #812184 Dark Purple

📋 copy color: '#812184'

red 129 ◦ green 33 ◦ blue 132

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

Shades of Dark Purple #812184

Tints of Dark Purple #812184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

 BLUE value IS 132 (51.95% from 255) = 44.9%

R = 43.88%
G = 11.22%
B = 44.9%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#812184 (or 0x812184) is known color: Dark Purple. HEX triplet: 81, 21 and 84. RGB value is (129,33,132). Sum of RGB (Red+Green+Blue) = 129+33+132=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #812184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812184 is #7EDE7B. Grayscale: #484848. Windows color (decimal): -8314492 or 8659329. OLE color: 8659329.

HSL color Cylindrical-coordinate representation of color #812184: hue angle of 298.18º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812184 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 33 132 -
CMYK 0.02 0.75 0 0.48
HSL 298.18º 0.6% 0.32% -
HSV(B) 298.18º 0.75% 0.52% -
XYZ 13.76 7.42 22.54 -
YUV 72.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 129 33 132 0.02 0.75 0 0.48 298.18 0.6 0.32
Hex 81 21 84 2 4B 0 30 12A 3C 20
Octal 201 41 204 2 113 0 60 452 74 40
Binary 10000001 100001 10000100 10 1001011 0 110000 100101010 111100 100000

Color Harmonies of #812184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812184

Black with #812184

Text Example


Text Example

White with #812184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812184; }

 p { color: rgb(129,33,132); }

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

background-color css

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

 a { background-color: rgb(129,33,132); }

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

border-color css

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

 span { border-color: rgb(129,33,132); }

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