#83259A

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

Shades of Vivid Violet #83259A

Tints of Vivid Violet #83259A

Color information

#83259A (or 0x83259A) is unknown color: approx Vivid Violet. HEX triplet: 83, 25 and 9A. RGB value is (131,37,154). Sum of RGB (Red+Green+Blue) = 131+37+154=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #83259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83259A is #7CDA65. Grayscale: #4E4E4E. Windows color (decimal): -8182374 or 10102147. OLE color: 10102147.

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

Color convert

RGB13137154-
CMYK0.150.7600.40
HSL288.21º61.26%37.45%-
HSV(B)288.21º75.97%60.39%-
XYZ15.858.4831.37-
YUV78.44170.64165.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 37 (14.84% from 255) = 11.49%
BLUE value IS 154 (60.55% from 255) = 47.83%
R=40.68%
G=11.49%
B=47.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131371540.150.7600.40288.2161.2637.45
Hex83259AF4C0281203d25
Octal20345232171140504407545
Binary1000001110010110011010111110011000101000100100000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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