#823181

Color #823181 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #823181

Tints of Vivid Violet #823181

Color information

#823181 (or 0x823181) is unknown color: approx Vivid Violet. HEX triplet: 82, 31 and 81. RGB value is (130,49,129). Sum of RGB (Red+Green+Blue) = 130+49+129=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #823181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823181 is #7DCE7E. Grayscale: #525252. Windows color (decimal): -8244863 or 8466818. OLE color: 8466818.

HSL color Cylindrical-coordinate representation of color #823181: hue angle of 300.74º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823181 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB13049129-
CMYK00.620.010.49
HSL300.74º45.25%35.1%-
HSV(B)300.74º62.31%50.98%-
XYZ14.278.5321.66-
YUV82.34154.34162-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=42.21%
G=15.91%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304912900.620.010.49300.7445.2535.1
Hex82318103E13112d2d23
Octal202612010761614555543
Binary100000101100011000000101111101110001100101101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823181; }

 p { color: rgb(130,49,129); }

 H1.HeaderClassName
 {
   color: #823181;
 }
 .AnyTagClassName
 {
   color: #823181;
 }
</style>
background-color css

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

 a { background-color: rgb(130,49,129); }

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

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

 span { border-color: rgb(130,49,129); }

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