Html Css Color HEX #831566 Dark Purple

📋 copy color: '#831566'

red 131 ◦ green 21 ◦ blue 102

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

Shades of Dark Purple #831566

Tints of Dark Purple #831566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

 BLUE value IS 102 (40.23% from 255) = 40.16%

R = 51.57%
G = 8.27%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#831566 (or 0x831566) is known color: Dark Purple. HEX triplet: 83, 15 and 66. RGB value is (131,21,102). Sum of RGB (Red+Green+Blue) = 131+21+102=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #831566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831566 is #7CEA99. Grayscale: #3E3E3E. Windows color (decimal): -8186522 or 6690179. OLE color: 6690179.

HSL color Cylindrical-coordinate representation of color #831566: hue angle of 315.82º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831566 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 21 102 -
CMYK 0 0.84 0.22 0.49
HSL 315.82º 0.72% 0.3% -
HSV(B) 315.82º 0.84% 0.51% -
XYZ 12.03 6.32 13.16 -
YUV 63.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 131 21 102 0 0.84 0.22 0.49 315.82 0.72 0.3
Hex 83 15 66 0 54 16 31 13C 48 1E
Octal 203 25 146 0 124 26 61 474 110 36
Binary 10000011 10101 1100110 0 1010100 10110 110001 100111100 1001000 11110

Color Harmonies of #831566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831566

Black with #831566

Text Example


Text Example

White with #831566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831566; }

 p { color: rgb(131,21,102); }

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

background-color css

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

 a { background-color: rgb(131,21,102); }

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

border-color css

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

 span { border-color: rgb(131,21,102); }

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