#94699C

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

Shades of Violet Blue #94699C

Tints of Violet Blue #94699C

Color information

#94699C (or 0x94699C) is unknown color: approx Violet Blue. HEX triplet: 94, 69 and 9C. RGB value is (148,105,156). Sum of RGB (Red+Green+Blue) = 148+105+156=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #94699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94699C is #6B9663. Grayscale: #7B7B7B. Windows color (decimal): -7050852 or 10250644. OLE color: 10250644.

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

Color convert

RGB148105156-
CMYK0.050.3300.39
HSL290.59º20.48%51.18%-
HSV(B)290.59º32.69%61.18%-
XYZ23.2718.833.85-
YUV123.67146.25145.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=36.19%
G=25.67%
B=38.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481051560.050.3300.39290.5920.4851.18
Hex94699C5210271231433
Octal2241512345410474432463
Binary10010100110100110011100101100001010011110010001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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