#83338A

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

Shades of Vivid Violet #83338A

Tints of Vivid Violet #83338A

Color information

#83338A (or 0x83338A) is unknown color: approx Vivid Violet. HEX triplet: 83, 33 and 8A. RGB value is (131,51,138). Sum of RGB (Red+Green+Blue) = 131+51+138=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #83338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83338A is #7CCC75. Grayscale: #545454. Windows color (decimal): -8178806 or 9057155. OLE color: 9057155.

HSL color Cylindrical-coordinate representation of color #83338A: hue angle of 295.17º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83338A is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13151138-
CMYK0.050.6300.46
HSL295.17º46.03%37.06%-
HSV(B)295.17º63.04%54.12%-
XYZ15.139.0324.99-
YUV84.84158160.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.94%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=40.94%
G=15.94%
B=43.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131511380.050.6300.46295.1746.0337.06
Hex83338A53F02E1272e25
Octal203632125770564475645
Binary10000011110011100010101011111110101110100100111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83338A; }

 p { color: rgb(131,51,138); }

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

<style>
 a { background-color: #83338A; }

 a { background-color: rgb(131,51,138); }

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

<style>
 span { border-color: #83338A; }

 span { border-color: rgb(131,51,138); }

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