Html Css Color HEX #812185 Dark Purple

📋 copy color: '#812185'

red 129 ◦ green 33 ◦ blue 133

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

Shades of Dark Purple #812185

Tints of Dark Purple #812185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 43.73%
G = 11.19%
B = 45.08%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#812185 (or 0x812185) is known color: Dark Purple. HEX triplet: 81, 21 and 85. RGB value is (129,33,133). Sum of RGB (Red+Green+Blue) = 129+33+133=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #812185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812185 is #7EDE7A. Grayscale: #484848. Windows color (decimal): -8314491 or 8724865. OLE color: 8724865.

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

Color convert

RGB 129 33 133 -
CMYK 0.03 0.75 0 0.48
HSL 297.6º 0.6% 0.33% -
HSV(B) 297.6º 0.75% 0.52% -
XYZ 13.83 7.45 22.9 -
YUV 73.1 161.8 167.87 -
System Red Green Blue C M Y K H S L
Decimal 129 33 133 0.03 0.75 0 0.48 297.6 0.6 0.33
Hex 81 21 85 3 4B 0 30 12A 3C 21
Octal 201 41 205 3 113 0 60 452 74 41
Binary 10000001 100001 10000101 11 1001011 0 110000 100101010 111100 100001

Color Harmonies of #812185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812185

Black with #812185

Text Example


Text Example

White with #812185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812185; }

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

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

background-color css

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

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

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

border-color css

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

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

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