#946F92

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

Shades of Violet Blue #946F92

Tints of Violet Blue #946F92

Color information

#946F92 (or 0x946F92) is unknown color: approx Violet Blue. HEX triplet: 94, 6F and 92. RGB value is (148,111,146). Sum of RGB (Red+Green+Blue) = 148+111+146=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #946F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946F92 is #6B906D. Grayscale: #7D7D7D. Windows color (decimal): -7049326 or 9596820. OLE color: 9596820.

HSL color Cylindrical-coordinate representation of color #946F92: hue angle of 303.24º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #946F92 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB148111146-
CMYK00.250.010.42
HSL303.24º14.74%50.78%-
HSV(B)303.24º25%58.04%-
XYZ23.0919.7429.79-
YUV126.05139.26143.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=36.54%
G=27.41%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811114600.250.010.42303.2414.7450.78
Hex946F9201912A12ff33
Octal2241572220311524571763
Binary1001010011011111001001001100111010101001011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946F92; }

 p { color: rgb(148,111,146); }

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

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

 a { background-color: rgb(148,111,146); }

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

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

 span { border-color: rgb(148,111,146); }

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