Html Css Color HEX #850979 Purple

📋 copy color: '#850979'

red 133 ◦ green 9 ◦ blue 121

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

Shades of Purple #850979

Tints of Purple #850979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.01%

R = 50.57%
G = 3.42%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#850979 (or 0x850979) is known color: Purple. HEX triplet: 85, 09 and 79. RGB value is (133,9,121). Sum of RGB (Red+Green+Blue) = 133+9+121=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #850979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850979 is #7AF686. Grayscale: #3A3A3A. Windows color (decimal): -8058503 or 7932293. OLE color: 7932293.

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

Color convert

RGB 133 9 121 -
CMYK 0 0.93 0.09 0.48
HSL 305.81º 0.87% 0.28% -
HSV(B) 305.81º 0.93% 0.52% -
XYZ 13.22 6.56 18.66 -
YUV 58.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 133 9 121 0 0.93 0.09 0.48 305.81 0.87 0.28
Hex 85 9 79 0 5D 9 30 132 57 1C
Octal 205 11 171 0 135 11 60 462 127 34
Binary 10000101 1001 1111001 0 1011101 1001 110000 100110010 1010111 11100

Color Harmonies of #850979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850979

Black with #850979

Text Example


Text Example

White with #850979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850979; }

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

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

background-color css

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

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

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

border-color css

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

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

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