Html Css Color HEX #850880 Purple

📋 copy color: '#850880'

red 133 ◦ green 8 ◦ blue 128

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

Shades of Purple #850880

Tints of Purple #850880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.97%

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

R = 49.44%
G = 2.97%
B = 47.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#850880 (or 0x850880) is known color: Purple. HEX triplet: 85, 08 and 80. RGB value is (133,8,128). Sum of RGB (Red+Green+Blue) = 133+8+128=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #850880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850880 is #7AF77F. Grayscale: #3A3A3A. Windows color (decimal): -8058752 or 8390789. OLE color: 8390789.

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

Color convert

RGB 133 8 128 -
CMYK 0 0.94 0.04 0.48
HSL 302.4º 0.89% 0.28% -
HSV(B) 302.4º 0.94% 0.52% -
XYZ 13.66 6.72 21 -
YUV 59.06 166.91 180.74 -
System Red Green Blue C M Y K H S L
Decimal 133 8 128 0 0.94 0.04 0.48 302.4 0.89 0.28
Hex 85 8 80 0 5E 4 30 12E 59 1C
Octal 205 10 200 0 136 4 60 456 131 34
Binary 10000101 1000 10000000 0 1011110 100 110000 100101110 1011001 11100

Color Harmonies of #850880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850880

Black with #850880

Text Example


Text Example

White with #850880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850880; }

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

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

background-color css

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

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

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

border-color css

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

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

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