Html Css Color HEX #831265 Dark Purple

📋 copy color: '#831265'

red 131 ◦ green 18 ◦ blue 101

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

Shades of Dark Purple #831265

Tints of Dark Purple #831265

RGB

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

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

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

R = 52.4%
G = 7.2%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#831265 (or 0x831265) is known color: Dark Purple. HEX triplet: 83, 12 and 65. RGB value is (131,18,101). Sum of RGB (Red+Green+Blue) = 131+18+101=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #831265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831265 is #7CED9A. Grayscale: #3D3D3D. Windows color (decimal): -8187291 or 6623875. OLE color: 6623875.

HSL color Cylindrical-coordinate representation of color #831265: hue angle of 315.93º 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 #831265 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 101 -
CMYK 0 0.86 0.23 0.49
HSL 315.93º 0.76% 0.29% -
HSV(B) 315.93º 0.86% 0.51% -
XYZ 11.93 6.2 12.88 -
YUV 61.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 131 18 101 0 0.86 0.23 0.49 315.93 0.76 0.29
Hex 83 12 65 0 56 17 31 13C 4C 1D
Octal 203 22 145 0 126 27 61 474 114 35
Binary 10000011 10010 1100101 0 1010110 10111 110001 100111100 1001100 11101

Color Harmonies of #831265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831265

Black with #831265

Text Example


Text Example

White with #831265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831265; }

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

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

background-color css

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

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

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

border-color css

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

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

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