Html Css Color HEX #850081 Purple

📋 copy color: '#850081'

red 133 ◦ green 0 ◦ blue 129

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

Shades of Purple #850081

Tints of Purple #850081

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #850081: hue angle of 301.8º 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 #850081 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 129 -
CMYK 0 1 0.03 0.48
HSL 301.8º 1% 0.26% -
HSV(B) 301.8º 1% 0.52% -
XYZ 13.64 6.57 21.32 -
YUV 54.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 133 0 129 0 1 0.03 0.48 301.8 1 0.26
Hex 85 0 81 0 64 3 30 12E 64 1A
Octal 205 0 201 0 144 3 60 456 144 32
Binary 10000101 0 10000001 0 1100100 11 110000 100101110 1100100 11010

Color Harmonies of #850081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850081

Black with #850081

Text Example


Text Example

White with #850081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850081; }

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

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

background-color css

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

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

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

border-color css

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

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

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