#912495

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

Shades of Vivid Violet #912495

Tints of Vivid Violet #912495

Color information

#912495 (or 0x912495) is unknown color: approx Vivid Violet. HEX triplet: 91, 24 and 95. RGB value is (145,36,149). Sum of RGB (Red+Green+Blue) = 145+36+149=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #912495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912495 is #6EDB6A. Grayscale: #515151. Windows color (decimal): -7265131 or 9774225. OLE color: 9774225.

HSL color Cylindrical-coordinate representation of color #912495: hue angle of 297.88º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912495 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14536149-
CMYK0.030.7600.42
HSL297.88º61.08%36.27%-
HSV(B)297.88º75.84%58.43%-
XYZ17.739.4529.32-
YUV81.47166.11173.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 36 (14.45% from 255) = 10.91%
BLUE value IS 149 (58.59% from 255) = 45.15%
R=43.94%
G=10.91%
B=45.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal145361490.030.7600.42297.8861.0836.27
Hex91249534C02A12a3d24
Octal2214422531140524527544
Binary10010001100100100101011110011000101010100101010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912495; }

 p { color: rgb(145,36,149); }

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

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

 a { background-color: rgb(145,36,149); }

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

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

 span { border-color: rgb(145,36,149); }

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