#82388F

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

Shades of Vivid Violet #82388F

Tints of Vivid Violet #82388F

Color information

#82388F (or 0x82388F) is unknown color: approx Vivid Violet. HEX triplet: 82, 38 and 8F. RGB value is (130,56,143). Sum of RGB (Red+Green+Blue) = 130+56+143=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #82388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82388F is #7DC770. Grayscale: #575757. Windows color (decimal): -8243057 or 9386114. OLE color: 9386114.

HSL color Cylindrical-coordinate representation of color #82388F: hue angle of 291.03º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82388F is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13056143-
CMYK0.090.6100.44
HSL291.03º43.72%39.02%-
HSV(B)291.03º60.84%56.08%-
XYZ15.589.5627.01-
YUV88.04159.02157.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 143 (56.25% from 255) = 43.47%
R=39.51%
G=17.02%
B=43.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130561430.090.6100.44291.0343.7239.02
Hex82388F93D02C1232c27
Octal2027021711750544435447
Binary100000101110001000111110011111010101100100100011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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