#912596

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

Shades of Vivid Violet #912596

Tints of Vivid Violet #912596

Color information

#912596 (or 0x912596) is unknown color: approx Vivid Violet. HEX triplet: 91, 25 and 96. RGB value is (145,37,150). Sum of RGB (Red+Green+Blue) = 145+37+150=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #912596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912596 is #6EDA69. Grayscale: #515151. Windows color (decimal): -7264874 or 9840017. OLE color: 9840017.

HSL color Cylindrical-coordinate representation of color #912596: hue angle of 297.35º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #912596 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14537150-
CMYK0.030.7500.41
HSL297.35º60.43%36.67%-
HSV(B)297.35º75.33%58.82%-
XYZ17.849.5429.76-
YUV82.17166.28172.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 37 (14.84% from 255) = 11.14%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=43.67%
G=11.14%
B=45.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145371500.030.7500.41297.3560.4336.67
Hex91259634B0291293c25
Octal2214522631130514517445
Binary10010001100101100101101110010110101001100101001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912596; }

 p { color: rgb(145,37,150); }

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

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

 a { background-color: rgb(145,37,150); }

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

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

 span { border-color: rgb(145,37,150); }

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