Html Css Color HEX #850976 Purple

📋 copy color: '#850976'

red 133 ◦ green 9 ◦ blue 118

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

Shades of Purple #850976

Tints of Purple #850976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.38%

R = 51.15%
G = 3.46%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#850976 (or 0x850976) is known color: Purple. HEX triplet: 85, 09 and 76. RGB value is (133,9,118). Sum of RGB (Red+Green+Blue) = 133+9+118=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #850976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850976 is #7AF689. Grayscale: #3A3A3A. Windows color (decimal): -8058506 or 7735685. OLE color: 7735685.

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

Color convert

RGB 133 9 118 -
CMYK 0 0.93 0.11 0.48
HSL 307.26º 0.87% 0.28% -
HSV(B) 307.26º 0.93% 0.52% -
XYZ 13.04 6.49 17.7 -
YUV 58.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 133 9 118 0 0.93 0.11 0.48 307.26 0.87 0.28
Hex 85 9 76 0 5D B 30 133 57 1C
Octal 205 11 166 0 135 13 60 463 127 34
Binary 10000101 1001 1110110 0 1011101 1011 110000 100110011 1010111 11100

Color Harmonies of #850976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850976

Black with #850976

Text Example


Text Example

White with #850976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850976; }

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

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

background-color css

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

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

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

border-color css

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

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

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