#914996

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

Shades of Vivid Violet #914996

Tints of Vivid Violet #914996

Color information

#914996 (or 0x914996) is unknown color: approx Vivid Violet. HEX triplet: 91, 49 and 96. RGB value is (145,73,150). Sum of RGB (Red+Green+Blue) = 145+73+150=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #914996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914996 is #6EB669. Grayscale: #676767. Windows color (decimal): -7255658 or 9849233. OLE color: 9849233.

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

Color convert

RGB14573150-
CMYK0.030.5100.41
HSL296.1º34.53%43.73%-
HSV(B)296.1º51.33%58.82%-
XYZ19.5612.9930.33-
YUV103.31154.35157.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.40%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=39.40%
G=19.84%
B=40.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145731500.030.5100.41296.134.5343.73
Hex914996333029128232c
Octal2211112263630514504354
Binary10010001100100110010110111100110101001100101000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914996; }

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

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

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

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

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

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

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

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