Html Css Color HEX #831065 Dark Purple

📋 copy color: '#831065'

red 131 ◦ green 16 ◦ blue 101

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

Shades of Dark Purple #831065

Tints of Dark Purple #831065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 52.82%
G = 6.45%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#831065 (or 0x831065) is known color: Dark Purple. HEX triplet: 83, 10 and 65. RGB value is (131,16,101). Sum of RGB (Red+Green+Blue) = 131+16+101=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #831065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831065 is #7CEF9A. Grayscale: #3B3B3B. Windows color (decimal): -8187803 or 6623363. OLE color: 6623363.

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

Color convert

RGB 131 16 101 -
CMYK 0 0.88 0.23 0.49
HSL 315.65º 0.78% 0.29% -
HSV(B) 315.65º 0.88% 0.51% -
XYZ 11.89 6.14 12.87 -
YUV 60.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 131 16 101 0 0.88 0.23 0.49 315.65 0.78 0.29
Hex 83 10 65 0 58 17 31 13C 4E 1D
Octal 203 20 145 0 130 27 61 474 116 35
Binary 10000011 10000 1100101 0 1011000 10111 110001 100111100 1001110 11101

Color Harmonies of #831065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831065

Black with #831065

Text Example


Text Example

White with #831065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831065; }

 p { color: rgb(131,16,101); }

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

background-color css

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

 a { background-color: rgb(131,16,101); }

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

border-color css

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

 span { border-color: rgb(131,16,101); }

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