Html Css Color HEX #831087 Purple

📋 copy color: '#831087'

red 131 ◦ green 16 ◦ blue 135

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

Shades of Purple #831087

Tints of Purple #831087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

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

R = 46.45%
G = 5.67%
B = 47.87%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#831087 (or 0x831087) is known color: Purple. HEX triplet: 83, 10 and 87. RGB value is (131,16,135). Sum of RGB (Red+Green+Blue) = 131+16+135=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #831087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831087 is #7CEF78. Grayscale: #3F3F3F. Windows color (decimal): -8187769 or 8851587. OLE color: 8851587.

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

Color convert

RGB 131 16 135 -
CMYK 0.03 0.88 0 0.47
HSL 297.98º 0.79% 0.3% -
HSV(B) 297.98º 0.88% 0.53% -
XYZ 13.92 6.95 23.53 -
YUV 63.95 168.1 175.82 -
System Red Green Blue C M Y K H S L
Decimal 131 16 135 0.03 0.88 0 0.47 297.98 0.79 0.3
Hex 83 10 87 3 58 0 2F 12A 4F 1E
Octal 203 20 207 3 130 0 57 452 117 36
Binary 10000011 10000 10000111 11 1011000 0 101111 100101010 1001111 11110

Color Harmonies of #831087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831087

Black with #831087

Text Example


Text Example

White with #831087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831087; }

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

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

background-color css

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

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

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

border-color css

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

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

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