Html Css Color HEX #812085 Dark Purple

📋 copy color: '#812085'

red 129 ◦ green 32 ◦ blue 133

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

Shades of Dark Purple #812085

Tints of Dark Purple #812085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

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

R = 43.88%
G = 10.88%
B = 45.24%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#812085 (or 0x812085) is known color: Dark Purple. HEX triplet: 81, 20 and 85. RGB value is (129,32,133). Sum of RGB (Red+Green+Blue) = 129+32+133=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #812085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812085 is #7EDF7A. Grayscale: #484848. Windows color (decimal): -8314747 or 8724609. OLE color: 8724609.

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

Color convert

RGB 129 32 133 -
CMYK 0.03 0.76 0 0.48
HSL 297.62º 0.61% 0.32% -
HSV(B) 297.62º 0.76% 0.52% -
XYZ 13.8 7.39 22.89 -
YUV 72.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 129 32 133 0.03 0.76 0 0.48 297.62 0.61 0.32
Hex 81 20 85 3 4C 0 30 12A 3D 20
Octal 201 40 205 3 114 0 60 452 75 40
Binary 10000001 100000 10000101 11 1001100 0 110000 100101010 111101 100000

Color Harmonies of #812085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812085

Black with #812085

Text Example


Text Example

White with #812085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812085; }

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

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

background-color css

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

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

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

border-color css

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

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

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