Html Css Color HEX #832666 Dark Purple

📋 copy color: '#832666'

red 131 ◦ green 38 ◦ blue 102

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

Shades of Dark Purple #832666

Tints of Dark Purple #832666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

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

R = 48.34%
G = 14.02%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#832666 (or 0x832666) is known color: Dark Purple. HEX triplet: 83, 26 and 66. RGB value is (131,38,102). Sum of RGB (Red+Green+Blue) = 131+38+102=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #832666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832666 is #7CD999. Grayscale: #484848. Windows color (decimal): -8182170 or 6694531. OLE color: 6694531.

HSL color Cylindrical-coordinate representation of color #832666: hue angle of 318.71º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832666 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 38 102 -
CMYK 0 0.71 0.22 0.49
HSL 318.71º 0.55% 0.33% -
HSV(B) 318.71º 0.71% 0.51% -
XYZ 12.45 7.17 13.3 -
YUV 73.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 131 38 102 0 0.71 0.22 0.49 318.71 0.55 0.33
Hex 83 26 66 0 47 16 31 13F 37 21
Octal 203 46 146 0 107 26 61 477 67 41
Binary 10000011 100110 1100110 0 1000111 10110 110001 100111111 110111 100001

Color Harmonies of #832666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832666

Black with #832666

Text Example


Text Example

White with #832666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832666; }

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

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

background-color css

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

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

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

border-color css

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

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

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