Html Css Color HEX #831788 Dark Purple

📋 copy color: '#831788'

red 131 ◦ green 23 ◦ blue 136

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

Shades of Dark Purple #831788

Tints of Dark Purple #831788

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

 BLUE value IS 136 (53.52% from 255) = 46.9%

R = 45.17%
G = 7.93%
B = 46.9%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#831788 (or 0x831788) is known color: Dark Purple. HEX triplet: 83, 17 and 88. RGB value is (131,23,136). Sum of RGB (Red+Green+Blue) = 131+23+136=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #831788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831788 is #7CE877. Grayscale: #434343. Windows color (decimal): -8185976 or 8918915. OLE color: 8918915.

HSL color Cylindrical-coordinate representation of color #831788: hue angle of 297.35º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #831788 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 23 136 -
CMYK 0.04 0.83 0 0.47
HSL 297.35º 0.71% 0.31% -
HSV(B) 297.35º 0.83% 0.53% -
XYZ 14.11 7.22 23.94 -
YUV 68.17 166.28 172.81 -
System Red Green Blue C M Y K H S L
Decimal 131 23 136 0.04 0.83 0 0.47 297.35 0.71 0.31
Hex 83 17 88 4 53 0 2F 129 47 1F
Octal 203 27 210 4 123 0 57 451 107 37
Binary 10000011 10111 10001000 100 1010011 0 101111 100101001 1000111 11111

Color Harmonies of #831788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831788

Black with #831788

Text Example


Text Example

White with #831788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831788; }

 p { color: rgb(131,23,136); }

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

background-color css

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

 a { background-color: rgb(131,23,136); }

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

border-color css

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

 span { border-color: rgb(131,23,136); }

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