Html Css Color HEX #831269 Dark Purple

📋 copy color: '#831269'

red 131 ◦ green 18 ◦ blue 105

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

Shades of Dark Purple #831269

Tints of Dark Purple #831269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.34%

R = 51.57%
G = 7.09%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#831269 (or 0x831269) is known color: Dark Purple. HEX triplet: 83, 12 and 69. RGB value is (131,18,105). Sum of RGB (Red+Green+Blue) = 131+18+105=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #831269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831269 is #7CED96. Grayscale: #3D3D3D. Windows color (decimal): -8187287 or 6886019. OLE color: 6886019.

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

Color convert

RGB 131 18 105 -
CMYK 0 0.86 0.20 0.49
HSL 313.81º 0.76% 0.29% -
HSV(B) 313.81º 0.86% 0.51% -
XYZ 12.13 6.28 13.94 -
YUV 61.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 131 18 105 0 0.86 0.20 0.49 313.81 0.76 0.29
Hex 83 12 69 0 56 14 31 13A 4C 1D
Octal 203 22 151 0 126 24 61 472 114 35
Binary 10000011 10010 1101001 0 1010110 10100 110001 100111010 1001100 11101

Color Harmonies of #831269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831269

Black with #831269

Text Example


Text Example

White with #831269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831269; }

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

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

background-color css

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

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

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

border-color css

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

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

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