Html Css Color HEX #850176 Purple

📋 copy color: '#850176'

red 133 ◦ green 1 ◦ blue 118

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

Shades of Purple #850176

Tints of Purple #850176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 52.78%
G = 0.4%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#850176 (or 0x850176) is known color: Purple. HEX triplet: 85, 01 and 76. RGB value is (133,1,118). Sum of RGB (Red+Green+Blue) = 133+1+118=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #850176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850176 is #7AFE89. Grayscale: #353535. Windows color (decimal): -8060554 or 7733637. OLE color: 7733637.

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

Color convert

RGB 133 1 118 -
CMYK 0 0.99 0.11 0.48
HSL 306.82º 0.99% 0.26% -
HSV(B) 306.82º 0.99% 0.52% -
XYZ 12.95 6.32 17.68 -
YUV 53.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 133 1 118 0 0.99 0.11 0.48 306.82 0.99 0.26
Hex 85 1 76 0 63 B 30 133 63 1A
Octal 205 1 166 0 143 13 60 463 143 32
Binary 10000101 1 1110110 0 1100011 1011 110000 100110011 1100011 11010

Color Harmonies of #850176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850176

Black with #850176

Text Example


Text Example

White with #850176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850176; }

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

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

background-color css

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

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

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

border-color css

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

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

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