Html Css Color HEX #850E80 Purple

📋 copy color: '#850E80'

red 133 ◦ green 14 ◦ blue 128

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

Shades of Purple #850E80

Tints of Purple #850E80

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.09%

 BLUE value IS 128 (50.39% from 255) = 46.55%

R = 48.36%
G = 5.09%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#850E80 (or 0x850E80) is known color: Purple. HEX triplet: 85, 0E and 80. RGB value is (133,14,128). Sum of RGB (Red+Green+Blue) = 133+14+128=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #850E80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850E80 is #7AF17F. Grayscale: #3E3E3E. Windows color (decimal): -8057216 or 8392325. OLE color: 8392325.

HSL color Cylindrical-coordinate representation of color #850E80: hue angle of 302.52º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E80 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 14 128 -
CMYK 0 0.89 0.04 0.48
HSL 302.52º 0.81% 0.29% -
HSV(B) 302.52º 0.89% 0.52% -
XYZ 13.73 6.86 21.02 -
YUV 62.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 133 14 128 0 0.89 0.04 0.48 302.52 0.81 0.29
Hex 85 E 80 0 59 4 30 12F 51 1D
Octal 205 16 200 0 131 4 60 457 121 35
Binary 10000101 1110 10000000 0 1011001 100 110000 100101111 1010001 11101

Color Harmonies of #850E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850E80

Black with #850E80

Text Example


Text Example

White with #850E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850E80; }

 p { color: rgb(133,14,128); }

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

background-color css

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

 a { background-color: rgb(133,14,128); }

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

border-color css

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

 span { border-color: rgb(133,14,128); }

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