Html Css Color HEX #831487 Purple

📋 copy color: '#831487'

red 131 ◦ green 20 ◦ blue 135

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

Shades of Purple #831487

Tints of Purple #831487

RGB

 RED value IS 131 (51.56% from 255) = 45.8%

 GREEN value IS 20 (8.2% from 255) = 6.99%

 BLUE value IS 135 (53.13% from 255) = 47.2%

R = 45.8%
G = 6.99%
B = 47.2%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#831487 (or 0x831487) is known color: Purple. HEX triplet: 83, 14 and 87. RGB value is (131,20,135). Sum of RGB (Red+Green+Blue) = 131+20+135=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #831487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831487 is #7CEB78. Grayscale: #414141. Windows color (decimal): -8186745 or 8852611. OLE color: 8852611.

HSL color Cylindrical-coordinate representation of color #831487: hue angle of 297.91º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831487 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 20 135 -
CMYK 0.03 0.85 0 0.47
HSL 297.91º 0.74% 0.3% -
HSV(B) 297.91º 0.85% 0.53% -
XYZ 13.98 7.07 23.55 -
YUV 66.3 166.77 174.15 -
System Red Green Blue C M Y K H S L
Decimal 131 20 135 0.03 0.85 0 0.47 297.91 0.74 0.3
Hex 83 14 87 3 55 0 2F 12A 4A 1E
Octal 203 24 207 3 125 0 57 452 112 36
Binary 10000011 10100 10000111 11 1010101 0 101111 100101010 1001010 11110

Color Harmonies of #831487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831487

Black with #831487

Text Example


Text Example

White with #831487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831487; }

 p { color: rgb(131,20,135); }

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

background-color css

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

 a { background-color: rgb(131,20,135); }

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

border-color css

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

 span { border-color: rgb(131,20,135); }

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