Html Css Color HEX #870980 Purple

📋 copy color: '#870980'

red 135 ◦ green 9 ◦ blue 128

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

Shades of Purple #870980

Tints of Purple #870980

RGB

 RED value IS 135 (53.13% from 255) = 49.63%

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

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

R = 49.63%
G = 3.31%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#870980 (or 0x870980) is known color: Purple. HEX triplet: 87, 09 and 80. RGB value is (135,9,128). Sum of RGB (Red+Green+Blue) = 135+9+128=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #870980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870980 is #78F67F. Grayscale: #3B3B3B. Windows color (decimal): -7927424 or 8391047. OLE color: 8391047.

HSL color Cylindrical-coordinate representation of color #870980: hue angle of 303.33º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870980 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 9 128 -
CMYK 0 0.93 0.05 0.47
HSL 303.33º 0.88% 0.28% -
HSV(B) 303.33º 0.93% 0.53% -
XYZ 13.99 6.9 21.02 -
YUV 60.24 166.24 181.32 -
System Red Green Blue C M Y K H S L
Decimal 135 9 128 0 0.93 0.05 0.47 303.33 0.88 0.28
Hex 87 9 80 0 5D 5 2F 12F 58 1C
Octal 207 11 200 0 135 5 57 457 130 34
Binary 10000111 1001 10000000 0 1011101 101 101111 100101111 1011000 11100

Color Harmonies of #870980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870980

Black with #870980

Text Example


Text Example

White with #870980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870980; }

 p { color: rgb(135,9,128); }

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

background-color css

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

 a { background-color: rgb(135,9,128); }

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

border-color css

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

 span { border-color: rgb(135,9,128); }

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