Html Css Color HEX #831066 Dark Purple

📋 copy color: '#831066'

red 131 ◦ green 16 ◦ blue 102

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

Shades of Dark Purple #831066

Tints of Dark Purple #831066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.96%

R = 52.61%
G = 6.43%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#831066 (or 0x831066) is known color: Dark Purple. HEX triplet: 83, 10 and 66. RGB value is (131,16,102). Sum of RGB (Red+Green+Blue) = 131+16+102=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #831066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831066 is #7CEF99. Grayscale: #3B3B3B. Windows color (decimal): -8187802 or 6688899. OLE color: 6688899.

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

Color convert

RGB 131 16 102 -
CMYK 0 0.88 0.22 0.49
HSL 315.13º 0.78% 0.29% -
HSV(B) 315.13º 0.88% 0.51% -
XYZ 11.94 6.16 13.13 -
YUV 60.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 131 16 102 0 0.88 0.22 0.49 315.13 0.78 0.29
Hex 83 10 66 0 58 16 31 13B 4E 1D
Octal 203 20 146 0 130 26 61 473 116 35
Binary 10000011 10000 1100110 0 1011000 10110 110001 100111011 1001110 11101

Color Harmonies of #831066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831066

Black with #831066

Text Example


Text Example

White with #831066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831066; }

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

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

background-color css

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

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

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

border-color css

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

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

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