Html Css Color HEX #831264 Dark Purple

📋 copy color: '#831264'

red 131 ◦ green 18 ◦ blue 100

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

Shades of Dark Purple #831264

Tints of Dark Purple #831264

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 100 (39.45% from 255) = 40.16%

R = 52.61%
G = 7.23%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#831264 (or 0x831264) is known color: Dark Purple. HEX triplet: 83, 12 and 64. RGB value is (131,18,100). Sum of RGB (Red+Green+Blue) = 131+18+100=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #831264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831264 is #7CED9B. Grayscale: #3C3C3C. Windows color (decimal): -8187292 or 6558339. OLE color: 6558339.

HSL color Cylindrical-coordinate representation of color #831264: hue angle of 316.46º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831264 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 100 -
CMYK 0 0.86 0.24 0.49
HSL 316.46º 0.76% 0.29% -
HSV(B) 316.46º 0.86% 0.51% -
XYZ 11.88 6.18 12.62 -
YUV 61.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 131 18 100 0 0.86 0.24 0.49 316.46 0.76 0.29
Hex 83 12 64 0 56 18 31 13C 4C 1D
Octal 203 22 144 0 126 30 61 474 114 35
Binary 10000011 10010 1100100 0 1010110 11000 110001 100111100 1001100 11101

Color Harmonies of #831264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831264

Black with #831264

Text Example


Text Example

White with #831264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831264; }

 p { color: rgb(131,18,100); }

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

background-color css

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

 a { background-color: rgb(131,18,100); }

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

border-color css

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

 span { border-color: rgb(131,18,100); }

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