Html Css Color HEX #810085 Purple

📋 copy color: '#810085'

red 129 ◦ green 0 ◦ blue 133

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

Shades of Purple #810085

Tints of Purple #810085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.24%
G = 0%
B = 50.76%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#810085 (or 0x810085) is known color: Purple. HEX triplet: 81, 00 and 85. RGB value is (129,0,133). Sum of RGB (Red+Green+Blue) = 129+0+133=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #810085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810085 is #7EFF7A. Grayscale: #353535. Windows color (decimal): -8322939 or 8716417. OLE color: 8716417.

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

Color convert

RGB 129 0 133 -
CMYK 0.03 1 0 0.48
HSL 298.2º 1% 0.26% -
HSV(B) 298.2º 1% 0.52% -
XYZ 13.29 6.36 22.72 -
YUV 53.73 172.74 181.69 -
System Red Green Blue C M Y K H S L
Decimal 129 0 133 0.03 1 0 0.48 298.2 1 0.26
Hex 81 0 85 3 64 0 30 12A 64 1A
Octal 201 0 205 3 144 0 60 452 144 32
Binary 10000001 0 10000101 11 1100100 0 110000 100101010 1100100 11010

Color Harmonies of #810085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810085

Black with #810085

Text Example


Text Example

White with #810085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810085; }

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

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

background-color css

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

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

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

border-color css

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

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

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