Html Css Color HEX #850981 Purple

📋 copy color: '#850981'

red 133 ◦ green 9 ◦ blue 129

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

Shades of Purple #850981

Tints of Purple #850981

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 133 9 129 -
CMYK 0 0.93 0.03 0.48
HSL 301.94º 0.87% 0.28% -
HSV(B) 301.94º 0.93% 0.52% -
XYZ 13.73 6.77 21.35 -
YUV 59.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 133 9 129 0 0.93 0.03 0.48 301.94 0.87 0.28
Hex 85 9 81 0 5D 3 30 12E 57 1C
Octal 205 11 201 0 135 3 60 456 127 34
Binary 10000101 1001 10000001 0 1011101 11 110000 100101110 1010111 11100

Color Harmonies of #850981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850981

Black with #850981

Text Example


Text Example

White with #850981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850981; }

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

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

background-color css

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

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

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

border-color css

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

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

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