Html Css Color HEX #831183 Purple

📋 copy color: '#831183'

red 131 ◦ green 17 ◦ blue 131

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

Shades of Purple #831183

Tints of Purple #831183

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

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

R = 46.95%
G = 6.09%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#831183 (or 0x831183) is known color: Purple. HEX triplet: 83, 11 and 83. RGB value is (131,17,131). Sum of RGB (Red+Green+Blue) = 131+17+131=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #831183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831183 is #7CEE7C. Grayscale: #3F3F3F. Windows color (decimal): -8187517 or 8589699. OLE color: 8589699.

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

Color convert

RGB 131 17 131 -
CMYK 0 0.87 0 0.49
HSL 300º 0.77% 0.29% -
HSV(B) 300º 0.87% 0.51% -
XYZ 13.66 6.86 22.08 -
YUV 64.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 131 17 131 0 0.87 0 0.49 300 0.77 0.29
Hex 83 11 83 0 57 0 31 12C 4D 1D
Octal 203 21 203 0 127 0 61 454 115 35
Binary 10000011 10001 10000011 0 1010111 0 110001 100101100 1001101 11101

Color Harmonies of #831183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831183

Black with #831183

Text Example


Text Example

White with #831183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831183; }

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

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

background-color css

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

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

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

border-color css

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

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

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