Html Css Color HEX #831082 Purple

📋 copy color: '#831082'

red 131 ◦ green 16 ◦ blue 130

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

Shades of Purple #831082

Tints of Purple #831082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.93%

R = 47.29%
G = 5.78%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#831082 (or 0x831082) is known color: Purple. HEX triplet: 83, 10 and 82. RGB value is (131,16,130). Sum of RGB (Red+Green+Blue) = 131+16+130=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #831082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831082 is #7CEF7D. Grayscale: #3F3F3F. Windows color (decimal): -8187774 or 8523907. OLE color: 8523907.

HSL color Cylindrical-coordinate representation of color #831082: hue angle of 300.52º 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 #831082 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 130 -
CMYK 0 0.88 0.01 0.49
HSL 300.52º 0.78% 0.29% -
HSV(B) 300.52º 0.88% 0.51% -
XYZ 13.57 6.81 21.72 -
YUV 63.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 131 16 130 0 0.88 0.01 0.49 300.52 0.78 0.29
Hex 83 10 82 0 58 1 31 12D 4E 1D
Octal 203 20 202 0 130 1 61 455 116 35
Binary 10000011 10000 10000010 0 1011000 1 110001 100101101 1001110 11101

Color Harmonies of #831082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831082

Black with #831082

Text Example


Text Example

White with #831082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831082; }

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

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

background-color css

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

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

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

border-color css

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

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

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