#83258B

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

Shades of Vivid Violet #83258B

Tints of Vivid Violet #83258B

Color information

#83258B (or 0x83258B) is unknown color: approx Vivid Violet. HEX triplet: 83, 25 and 8B. RGB value is (131,37,139). Sum of RGB (Red+Green+Blue) = 131+37+139=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #83258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83258B is #7CDA74. Grayscale: #4C4C4C. Windows color (decimal): -8182389 or 9119107. OLE color: 9119107.

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

Color convert

RGB13137139-
CMYK0.060.7300.45
HSL295.29º57.95%34.51%-
HSV(B)295.29º73.38%54.51%-
XYZ14.688.0125.2-
YUV76.73163.14166.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.67%
GREEN value IS 37 (14.84% from 255) = 12.05%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=42.67%
G=12.05%
B=45.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131371390.060.7300.45295.2957.9534.51
Hex83258B64902D1273a23
Octal2034521361110554477243
Binary100000111001011000101111010010010101101100100111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83258B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83258B; }

 p { color: rgb(131,37,139); }

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

<style>
 a { background-color: #83258B; }

 a { background-color: rgb(131,37,139); }

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

<style>
 span { border-color: #83258B; }

 span { border-color: rgb(131,37,139); }

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