Html Css Color HEX #810985 Purple

📋 copy color: '#810985'

red 129 ◦ green 9 ◦ blue 133

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

Shades of Purple #810985

Tints of Purple #810985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.32%

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

R = 47.6%
G = 3.32%
B = 49.08%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#810985 (or 0x810985) is known color: Purple. HEX triplet: 81, 09 and 85. RGB value is (129,9,133). Sum of RGB (Red+Green+Blue) = 129+9+133=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #810985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810985 is #7EF67A. Grayscale: #3A3A3A. Windows color (decimal): -8320635 or 8718721. OLE color: 8718721.

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

Color convert

RGB 129 9 133 -
CMYK 0.03 0.93 0 0.48
HSL 298.06º 0.87% 0.28% -
HSV(B) 298.06º 0.93% 0.52% -
XYZ 13.38 6.56 22.75 -
YUV 59.02 169.76 177.92 -
System Red Green Blue C M Y K H S L
Decimal 129 9 133 0.03 0.93 0 0.48 298.06 0.87 0.28
Hex 81 9 85 3 5D 0 30 12A 57 1C
Octal 201 11 205 3 135 0 60 452 127 34
Binary 10000001 1001 10000101 11 1011101 0 110000 100101010 1010111 11100

Color Harmonies of #810985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810985

Black with #810985

Text Example


Text Example

White with #810985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810985; }

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

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

background-color css

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

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

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

border-color css

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

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

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