#83248d

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

Shades of Vivid Violet #83248D

Tints of Vivid Violet #83248D

Color information

#83248D (or 0x83248D) is unknown color: approx Vivid Violet. HEX triplet: 83, 24 and 8D. RGB value is (131,36,141). Sum of RGB (Red+Green+Blue) = 131+36+141=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #83248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83248D is #7CDB72. Grayscale: #4C4C4C. Windows color (decimal): -8182643 or 9249923. OLE color: 9249923.

HSL color Cylindrical-coordinate representation of color #83248D: hue angle of 294.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83248D is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13136141-
CMYK0.070.7400.45
HSL294.29º59.32%34.71%-
HSV(B)294.29º74.47%55.29%-
XYZ14.88.0125.97-
YUV76.38164.47166.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.53%
GREEN value IS 36 (14.45% from 255) = 11.69%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=42.53%
G=11.69%
B=45.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131361410.070.7400.45294.2959.3234.71
Hex83248D74A02D1263b23
Octal2034421571120554467343
Binary100000111001001000110111110010100101101100100110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83248d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83248d; }

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

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

<style>
 a { background-color: #83248d; }

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

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

<style>
 span { border-color: #83248d; }

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

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