#83259E

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

Shades of Vivid Violet #83259E

Tints of Vivid Violet #83259E

Color information

#83259E (or 0x83259E) is unknown color: approx Vivid Violet. HEX triplet: 83, 25 and 9E. RGB value is (131,37,158). Sum of RGB (Red+Green+Blue) = 131+37+158=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #83259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83259E is #7CDA61. Grayscale: #4E4E4E. Windows color (decimal): -8182370 or 10364291. OLE color: 10364291.

HSL color Cylindrical-coordinate representation of color #83259E: hue angle of 286.61º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83259E is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13137158-
CMYK0.170.7700.38
HSL286.61º62.05%38.24%-
HSV(B)286.61º76.58%61.96%-
XYZ16.198.6233.16-
YUV78.9172.64165.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 37 (14.84% from 255) = 11.35%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=40.18%
G=11.35%
B=48.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131371580.170.7700.38286.6162.0538.24
Hex83259E114D02611f3e26
Octal20345236211150464377646
Binary10000011100101100111101000110011010100110100011111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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