#946990

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

Shades of Violet Blue #946990

Tints of Violet Blue #946990

Color information

#946990 (or 0x946990) is unknown color: approx Violet Blue. HEX triplet: 94, 69 and 90. RGB value is (148,105,144). Sum of RGB (Red+Green+Blue) = 148+105+144=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #946990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946990 is #6B966F. Grayscale: #7A7A7A. Windows color (decimal): -7050864 or 9464212. OLE color: 9464212.

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

Color convert

RGB148105144-
CMYK00.290.030.42
HSL305.58º17%49.61%-
HSV(B)305.58º29.05%58.04%-
XYZ22.318.4128.76-
YUV122.3140.25146.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=37.28%
G=26.45%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810514400.290.030.42305.581749.61
Hex94699001D32A1321132
Octal2241512200353524622162
Binary100101001101001100100000111011110101010011001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946990; }

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

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

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

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

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

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

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

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