#83448C

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

Shades of Vivid Violet #83448C

Tints of Vivid Violet #83448C

Color information

#83448C (or 0x83448C) is unknown color: approx Vivid Violet. HEX triplet: 83, 44 and 8C. RGB value is (131,68,140). Sum of RGB (Red+Green+Blue) = 131+68+140=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #83448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83448C is #7CBB73. Grayscale: #5E5E5E. Windows color (decimal): -8174452 or 9192579. OLE color: 9192579.

HSL color Cylindrical-coordinate representation of color #83448C: hue angle of 292.5º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83448C is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13168140-
CMYK0.060.5100.45
HSL292.5º34.62%40.78%-
HSV(B)292.5º51.43%54.9%-
XYZ16.1610.8526.05-
YUV95.04153.37153.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=38.64%
G=20.06%
B=41.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131681400.060.5100.45292.534.6240.78
Hex83448C63302D1242329
Octal2031042146630554444351
Binary100000111000100100011001101100110101101100100100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83448C; }

 p { color: rgb(131,68,140); }

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

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

 a { background-color: rgb(131,68,140); }

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

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

 span { border-color: rgb(131,68,140); }

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