Html Css Color HEX #831384 Purple

📋 copy color: '#831384'

red 131 ◦ green 19 ◦ blue 132

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

Shades of Purple #831384

Tints of Purple #831384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

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

R = 46.45%
G = 6.74%
B = 46.81%

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

#831384 (or 0x831384) is known color: Purple. HEX triplet: 83, 13 and 84. RGB value is (131,19,132). Sum of RGB (Red+Green+Blue) = 131+19+132=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #831384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831384 is #7CEC7B. Grayscale: #414141. Windows color (decimal): -8187004 or 8655747. OLE color: 8655747.

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

Color convert

RGB 131 19 132 -
CMYK 0.01 0.86 0 0.48
HSL 299.47º 0.75% 0.3% -
HSV(B) 299.47º 0.86% 0.52% -
XYZ 13.76 6.96 22.45 -
YUV 65.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 131 19 132 0.01 0.86 0 0.48 299.47 0.75 0.3
Hex 83 13 84 1 56 0 30 12B 4B 1E
Octal 203 23 204 1 126 0 60 453 113 36
Binary 10000011 10011 10000100 1 1010110 0 110000 100101011 1001011 11110

Color Harmonies of #831384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831384

Black with #831384

Text Example


Text Example

White with #831384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831384; }

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

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

background-color css

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

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

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

border-color css

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

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

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