Html Css Color HEX #832C81 Dark Purple

📋 copy color: '#832C81'

red 131 ◦ green 44 ◦ blue 129

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

Shades of Dark Purple #832C81

Tints of Dark Purple #832C81

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.47%

 BLUE value IS 129 (50.78% from 255) = 42.43%

R = 43.09%
G = 14.47%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#832C81 (or 0x832C81) is known color: Dark Purple. HEX triplet: 83, 2C and 81. RGB value is (131,44,129). Sum of RGB (Red+Green+Blue) = 131+44+129=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #832C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832C81 is #7CD37E. Grayscale: #4F4F4F. Windows color (decimal): -8180607 or 8465539. OLE color: 8465539.

HSL color Cylindrical-coordinate representation of color #832C81: hue angle of 301.38º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832C81 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 44 129 -
CMYK 0 0.66 0.02 0.49
HSL 301.38º 0.5% 0.34% -
HSV(B) 301.38º 0.66% 0.51% -
XYZ 14.22 8.21 21.6 -
YUV 79.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 131 44 129 0 0.66 0.02 0.49 301.38 0.5 0.34
Hex 83 2C 81 0 42 2 31 12D 32 22
Octal 203 54 201 0 102 2 61 455 62 42
Binary 10000011 101100 10000001 0 1000010 10 110001 100101101 110010 100010

Color Harmonies of #832C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832C81

Black with #832C81

Text Example


Text Example

White with #832C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832C81; }

 p { color: rgb(131,44,129); }

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

background-color css

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

 a { background-color: rgb(131,44,129); }

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

border-color css

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

 span { border-color: rgb(131,44,129); }

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