Html Css Color HEX #850D80 Purple

📋 copy color: '#850D80'

red 133 ◦ green 13 ◦ blue 128

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

Shades of Purple #850D80

Tints of Purple #850D80

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.74%

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

R = 48.54%
G = 4.74%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#850D80 (or 0x850D80) is known color: Purple. HEX triplet: 85, 0D and 80. RGB value is (133,13,128). Sum of RGB (Red+Green+Blue) = 133+13+128=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #850D80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850D80 is #7AF27F. Grayscale: #3D3D3D. Windows color (decimal): -8057472 or 8392069. OLE color: 8392069.

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

Color convert

RGB 133 13 128 -
CMYK 0 0.90 0.04 0.48
HSL 302.5º 0.82% 0.29% -
HSV(B) 302.5º 0.9% 0.52% -
XYZ 13.71 6.83 21.02 -
YUV 61.99 165.26 178.65 -
System Red Green Blue C M Y K H S L
Decimal 133 13 128 0 0.90 0.04 0.48 302.5 0.82 0.29
Hex 85 D 80 0 5A 4 30 12E 52 1D
Octal 205 15 200 0 132 4 60 456 122 35
Binary 10000101 1101 10000000 0 1011010 100 110000 100101110 1010010 11101

Color Harmonies of #850D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D80

Black with #850D80

Text Example


Text Example

White with #850D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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