Html Css Color HEX #831E62 Dark Purple

📋 copy color: '#831E62'

red 131 ◦ green 30 ◦ blue 98

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

Shades of Dark Purple #831E62

Tints of Dark Purple #831E62

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.58%

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 50.58%
G = 11.58%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#831E62 (or 0x831E62) is known color: Dark Purple. HEX triplet: 83, 1E and 62. RGB value is (131,30,98). Sum of RGB (Red+Green+Blue) = 131+30+98=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #831E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831E62 is #7CE19D. Grayscale: #434343. Windows color (decimal): -8184222 or 6430339. OLE color: 6430339.

HSL color Cylindrical-coordinate representation of color #831E62: hue angle of 319.6º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #831E62 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 30 98 -
CMYK 0 0.77 0.25 0.49
HSL 319.6º 0.63% 0.32% -
HSV(B) 319.6º 0.77% 0.51% -
XYZ 12.03 6.64 12.2 -
YUV 67.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 131 30 98 0 0.77 0.25 0.49 319.6 0.63 0.32
Hex 83 1E 62 0 4D 19 31 140 3F 20
Octal 203 36 142 0 115 31 61 500 77 40
Binary 10000011 11110 1100010 0 1001101 11001 110001 101000000 111111 100000

Color Harmonies of #831E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831E62

Black with #831E62

Text Example


Text Example

White with #831E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,30,98); }

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

background-color css

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

 a { background-color: rgb(131,30,98); }

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

border-color css

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

 span { border-color: rgb(131,30,98); }

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