Html Css Color HEX #831083 Purple

📋 copy color: '#831083'

red 131 ◦ green 16 ◦ blue 131

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

Shades of Purple #831083

Tints of Purple #831083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.12%

R = 47.12%
G = 5.76%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#831083 (or 0x831083) is known color: Purple. HEX triplet: 83, 10 and 83. RGB value is (131,16,131). Sum of RGB (Red+Green+Blue) = 131+16+131=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #831083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831083 is #7CEF7C. Grayscale: #3F3F3F. Windows color (decimal): -8187773 or 8589443. OLE color: 8589443.

HSL color Cylindrical-coordinate representation of color #831083: hue angle of 300º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831083 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 131 -
CMYK 0 0.88 0 0.49
HSL 300º 0.78% 0.29% -
HSV(B) 300º 0.88% 0.51% -
XYZ 13.64 6.83 22.07 -
YUV 63.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 131 16 131 0 0.88 0 0.49 300 0.78 0.29
Hex 83 10 83 0 58 0 31 12C 4E 1D
Octal 203 20 203 0 130 0 61 454 116 35
Binary 10000011 10000 10000011 0 1011000 0 110001 100101100 1001110 11101

Color Harmonies of #831083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831083

Black with #831083

Text Example


Text Example

White with #831083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831083; }

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

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

background-color css

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

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

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

border-color css

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

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

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