#94669B

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

Shades of Violet Blue #94669B

Tints of Violet Blue #94669B

Color information

#94669B (or 0x94669B) is unknown color: approx Violet Blue. HEX triplet: 94, 66 and 9B. RGB value is (148,102,155). Sum of RGB (Red+Green+Blue) = 148+102+155=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #94669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94669B is #6B9964. Grayscale: #797979. Windows color (decimal): -7051621 or 10184340. OLE color: 10184340.

HSL color Cylindrical-coordinate representation of color #94669B: hue angle of 292.08º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94669B is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148102155-
CMYK0.050.3400.39
HSL292.08º20.95%50.39%-
HSV(B)292.08º34.19%60.78%-
XYZ22.8818.1733.31-
YUV121.8146.74146.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=36.54%
G=25.19%
B=38.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481021550.050.3400.39292.0820.9550.39
Hex94669B5220271241532
Octal2241462335420474442562
Binary10010100110011010011011101100010010011110010010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94669B; }

 p { color: rgb(148,102,155); }

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

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

 a { background-color: rgb(148,102,155); }

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

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

 span { border-color: rgb(148,102,155); }

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