Html Css Color HEX #831284 Purple

📋 copy color: '#831284'

red 131 ◦ green 18 ◦ blue 132

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

Shades of Purple #831284

Tints of Purple #831284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.98%

R = 46.62%
G = 6.41%
B = 46.98%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#831284 (or 0x831284) is known color: Purple. HEX triplet: 83, 12 and 84. RGB value is (131,18,132). Sum of RGB (Red+Green+Blue) = 131+18+132=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #831284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831284 is #7CED7B. Grayscale: #404040. Windows color (decimal): -8187260 or 8655491. OLE color: 8655491.

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

Color convert

RGB 131 18 132 -
CMYK 0.01 0.86 0 0.48
HSL 299.47º 0.76% 0.29% -
HSV(B) 299.47º 0.86% 0.52% -
XYZ 13.74 6.92 22.44 -
YUV 64.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 131 18 132 0.01 0.86 0 0.48 299.47 0.76 0.29
Hex 83 12 84 1 56 0 30 12B 4C 1D
Octal 203 22 204 1 126 0 60 453 114 35
Binary 10000011 10010 10000100 1 1010110 0 110000 100101011 1001100 11101

Color Harmonies of #831284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831284

Black with #831284

Text Example


Text Example

White with #831284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831284; }

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

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

background-color css

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

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

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

border-color css

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

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

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