#94699B

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

Shades of Violet Blue #94699B

Tints of Violet Blue #94699B

Color information

#94699B (or 0x94699B) is unknown color: approx Violet Blue. HEX triplet: 94, 69 and 9B. RGB value is (148,105,155). Sum of RGB (Red+Green+Blue) = 148+105+155=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #94699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94699B is #6B9664. Grayscale: #7B7B7B. Windows color (decimal): -7050853 or 10185108. OLE color: 10185108.

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

Color convert

RGB148105155-
CMYK0.050.3200.39
HSL291.6º20%50.98%-
HSV(B)291.6º32.26%60.78%-
XYZ23.1818.7733.41-
YUV123.56145.75145.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=36.27%
G=25.74%
B=37.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481051550.050.3200.39291.62050.98
Hex94699B5200271241433
Octal2241512335400474442463
Binary10010100110100110011011101100000010011110010010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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