#83448E

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

Shades of Vivid Violet #83448E

Tints of Vivid Violet #83448E

Color information

#83448E (or 0x83448E) is unknown color: approx Vivid Violet. HEX triplet: 83, 44 and 8E. RGB value is (131,68,142). Sum of RGB (Red+Green+Blue) = 131+68+142=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #83448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83448E is #7CBB71. Grayscale: #5F5F5F. Windows color (decimal): -8174450 or 9323651. OLE color: 9323651.

HSL color Cylindrical-coordinate representation of color #83448E: hue angle of 291.08º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83448E is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13168142-
CMYK0.080.5200.44
HSL291.08º35.24%41.18%-
HSV(B)291.08º52.11%55.69%-
XYZ16.3110.9126.84-
YUV95.27154.37153.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 68 (26.95% from 255) = 19.94%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=38.42%
G=19.94%
B=41.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131681420.080.5200.44291.0835.2441.18
Hex83448E83402C1232329
Octal20310421610640544434351
Binary1000001110001001000111010001101000101100100100011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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