Html Css Color HEX #831282 Purple

📋 copy color: '#831282'

red 131 ◦ green 18 ◦ blue 130

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

Shades of Purple #831282

Tints of Purple #831282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.45%

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

R = 46.95%
G = 6.45%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#831282 (or 0x831282) is known color: Purple. HEX triplet: 83, 12 and 82. RGB value is (131,18,130). Sum of RGB (Red+Green+Blue) = 131+18+130=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #831282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831282 is #7CED7D. Grayscale: #404040. Windows color (decimal): -8187262 or 8524419. OLE color: 8524419.

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

Color convert

RGB 131 18 130 -
CMYK 0 0.86 0.01 0.49
HSL 300.53º 0.76% 0.29% -
HSV(B) 300.53º 0.86% 0.51% -
XYZ 13.61 6.87 21.73 -
YUV 64.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 131 18 130 0 0.86 0.01 0.49 300.53 0.76 0.29
Hex 83 12 82 0 56 1 31 12D 4C 1D
Octal 203 22 202 0 126 1 61 455 114 35
Binary 10000011 10010 10000010 0 1010110 1 110001 100101101 1001100 11101

Color Harmonies of #831282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831282

Black with #831282

Text Example


Text Example

White with #831282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831282; }

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

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

background-color css

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

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

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

border-color css

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

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

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