#83249A

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

Shades of Vivid Violet #83249A

Tints of Vivid Violet #83249A

Color information

#83249A (or 0x83249A) is unknown color: approx Vivid Violet. HEX triplet: 83, 24 and 9A. RGB value is (131,36,154). Sum of RGB (Red+Green+Blue) = 131+36+154=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #83249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83249A is #7CDB65. Grayscale: #4D4D4D. Windows color (decimal): -8182630 or 10101891. OLE color: 10101891.

HSL color Cylindrical-coordinate representation of color #83249A: hue angle of 288.31º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83249A is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13136154-
CMYK0.150.7700.40
HSL288.31º62.11%37.25%-
HSV(B)288.31º76.62%60.39%-
XYZ15.828.4231.36-
YUV77.86170.97165.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.81%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 154 (60.55% from 255) = 47.98%
R=40.81%
G=11.21%
B=47.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131361540.150.7700.40288.3162.1137.25
Hex83249AF4D0281203e25
Octal20344232171150504407645
Binary1000001110010010011010111110011010101000100100000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,36,154); }

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

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

 a { background-color: rgb(131,36,154); }

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

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

 span { border-color: rgb(131,36,154); }

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