Html Css Color HEX #831884 Dark Purple

📋 copy color: '#831884'

red 131 ◦ green 24 ◦ blue 132

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

Shades of Dark Purple #831884

Tints of Dark Purple #831884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

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

R = 45.64%
G = 8.36%
B = 45.99%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#831884 (or 0x831884) is known color: Dark Purple. HEX triplet: 83, 18 and 84. RGB value is (131,24,132). Sum of RGB (Red+Green+Blue) = 131+24+132=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #831884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831884 is #7CE77B. Grayscale: #434343. Windows color (decimal): -8185724 or 8657027. OLE color: 8657027.

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

Color convert

RGB 131 24 132 -
CMYK 0.01 0.82 0 0.48
HSL 299.44º 0.69% 0.31% -
HSV(B) 299.44º 0.82% 0.52% -
XYZ 13.85 7.14 22.48 -
YUV 68.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 131 24 132 0.01 0.82 0 0.48 299.44 0.69 0.31
Hex 83 18 84 1 52 0 30 12B 45 1F
Octal 203 30 204 1 122 0 60 453 105 37
Binary 10000011 11000 10000100 1 1010010 0 110000 100101011 1000101 11111

Color Harmonies of #831884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831884

Black with #831884

Text Example


Text Example

White with #831884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831884; }

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

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

background-color css

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

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

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

border-color css

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

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

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