#946996

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

Shades of Violet Blue #946996

Tints of Violet Blue #946996

Color information

#946996 (or 0x946996) is unknown color: approx Violet Blue. HEX triplet: 94, 69 and 96. RGB value is (148,105,150). Sum of RGB (Red+Green+Blue) = 148+105+150=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 150 - color contains mainly: blue. Hex color #946996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946996 is #6B9669. Grayscale: #7A7A7A. Windows color (decimal): -7050858 or 9857428. OLE color: 9857428.

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

Color convert

RGB148105150-
CMYK0.010.3000.41
HSL297.33º17.65%50%-
HSV(B)297.33º30%58.82%-
XYZ22.7718.631.24-
YUV122.99143.25145.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=36.72%
G=26.05%
B=37.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481051500.010.3000.41297.3317.6550
Hex94699611E0291291232
Octal2241512261360514512262
Binary10010100110100110010110111110010100110010100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946996; }

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

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

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

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

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

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

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

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