#82388B

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

Shades of Vivid Violet #82388B

Tints of Vivid Violet #82388B

Color information

#82388B (or 0x82388B) is unknown color: approx Vivid Violet. HEX triplet: 82, 38 and 8B. RGB value is (130,56,139). Sum of RGB (Red+Green+Blue) = 130+56+139=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #82388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82388B is #7DC774. Grayscale: #575757. Windows color (decimal): -8243061 or 9123970. OLE color: 9123970.

HSL color Cylindrical-coordinate representation of color #82388B: hue angle of 293.49º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82388B is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13056139-
CMYK0.060.6000.45
HSL293.49º42.56%38.24%-
HSV(B)293.49º59.71%54.51%-
XYZ15.289.4425.44-
YUV87.59157.02158.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 56 (22.27% from 255) = 17.23%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=40%
G=17.23%
B=42.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130561390.060.6000.45293.4942.5638.24
Hex82388B63C02D1252b26
Octal202702136740554455346
Binary10000010111000100010111101111000101101100100101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82388B; }

 p { color: rgb(130,56,139); }

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

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

 a { background-color: rgb(130,56,139); }

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

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

 span { border-color: rgb(130,56,139); }

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