Html Css Color HEX #831385 Purple

📋 copy color: '#831385'

red 131 ◦ green 19 ◦ blue 133

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

Shades of Purple #831385

Tints of Purple #831385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47%

R = 46.29%
G = 6.71%
B = 47%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#831385 (or 0x831385) is known color: Purple. HEX triplet: 83, 13 and 85. RGB value is (131,19,133). Sum of RGB (Red+Green+Blue) = 131+19+133=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #831385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831385 is #7CEC7A. Grayscale: #414141. Windows color (decimal): -8187003 or 8721283. OLE color: 8721283.

HSL color Cylindrical-coordinate representation of color #831385: hue angle of 298.95º 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 #831385 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 19 133 -
CMYK 0.02 0.86 0 0.48
HSL 298.95º 0.75% 0.3% -
HSV(B) 298.95º 0.86% 0.52% -
XYZ 13.83 6.98 22.81 -
YUV 65.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 131 19 133 0.02 0.86 0 0.48 298.95 0.75 0.3
Hex 83 13 85 2 56 0 30 12B 4B 1E
Octal 203 23 205 2 126 0 60 453 113 36
Binary 10000011 10011 10000101 10 1010110 0 110000 100101011 1001011 11110

Color Harmonies of #831385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831385

Black with #831385

Text Example


Text Example

White with #831385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831385; }

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

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

background-color css

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

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

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

border-color css

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

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

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