#945996

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

Shades of Violet Blue #945996

Tints of Violet Blue #945996

Color information

#945996 (or 0x945996) is unknown color: approx Violet Blue. HEX triplet: 94, 59 and 96. RGB value is (148,89,150). Sum of RGB (Red+Green+Blue) = 148+89+150=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #945996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945996 is #6BA669. Grayscale: #717171. Windows color (decimal): -7054954 or 9853332. OLE color: 9853332.

HSL color Cylindrical-coordinate representation of color #945996: hue angle of 298.03º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945996 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14889150-
CMYK0.010.4100.41
HSL298.03º25.52%46.86%-
HSV(B)298.03º40.67%58.82%-
XYZ21.2915.6430.75-
YUV113.6148.55152.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=38.24%
G=23.00%
B=38.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148891500.010.4100.41298.0325.5246.86
Hex94599612902912a1a2f
Octal2241312261510514523257
Binary100101001011001100101101101001010100110010101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945996; }

 p { color: rgb(148,89,150); }

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

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

 a { background-color: rgb(148,89,150); }

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

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

 span { border-color: rgb(148,89,150); }

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