#82378D

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

Shades of Vivid Violet #82378D

Tints of Vivid Violet #82378D

Color information

#82378D (or 0x82378D) is unknown color: approx Vivid Violet. HEX triplet: 82, 37 and 8D. RGB value is (130,55,141). Sum of RGB (Red+Green+Blue) = 130+55+141=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #82378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82378D is #7DC872. Grayscale: #565656. Windows color (decimal): -8243315 or 9254786. OLE color: 9254786.

HSL color Cylindrical-coordinate representation of color #82378D: hue angle of 292.33º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82378D is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13055141-
CMYK0.080.6100.45
HSL292.33º43.88%38.43%-
HSV(B)292.33º60.99%55.29%-
XYZ15.389.426.2-
YUV87.23158.35158.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 55 (21.88% from 255) = 16.87%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=39.88%
G=16.87%
B=43.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130551410.080.6100.45292.3343.8838.43
Hex82378D83D02D1242c26
Octal2026721510750554445446
Binary100000101101111000110110001111010101101100100100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82378D; }

 p { color: rgb(130,55,141); }

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

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

 a { background-color: rgb(130,55,141); }

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

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

 span { border-color: rgb(130,55,141); }

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