Html Css Color HEX #831C88 Dark Purple

📋 copy color: '#831C88'

red 131 ◦ green 28 ◦ blue 136

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

Shades of Dark Purple #831C88

Tints of Dark Purple #831C88

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

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

R = 44.41%
G = 9.49%
B = 46.1%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#831C88 (or 0x831C88) is known color: Dark Purple. HEX triplet: 83, 1C and 88. RGB value is (131,28,136). Sum of RGB (Red+Green+Blue) = 131+28+136=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #831C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831C88 is #7CE377. Grayscale: #464646. Windows color (decimal): -8184696 or 8920195. OLE color: 8920195.

HSL color Cylindrical-coordinate representation of color #831C88: hue angle of 297.22º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #831C88 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 28 136 -
CMYK 0.04 0.79 0 0.47
HSL 297.22º 0.66% 0.32% -
HSV(B) 297.22º 0.79% 0.53% -
XYZ 14.22 7.43 23.98 -
YUV 71.11 164.62 170.72 -
System Red Green Blue C M Y K H S L
Decimal 131 28 136 0.04 0.79 0 0.47 297.22 0.66 0.32
Hex 83 1C 88 4 4F 0 2F 129 42 20
Octal 203 34 210 4 117 0 57 451 102 40
Binary 10000011 11100 10001000 100 1001111 0 101111 100101001 1000010 100000

Color Harmonies of #831C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831C88

Black with #831C88

Text Example


Text Example

White with #831C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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