#94469C

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

Shades of Violet Blue #94469C

Tints of Violet Blue #94469C

Color information

#94469C (or 0x94469C) is unknown color: approx Violet Blue. HEX triplet: 94, 46 and 9C. RGB value is (148,70,156). Sum of RGB (Red+Green+Blue) = 148+70+156=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #94469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94469C is #6BB963. Grayscale: #666666. Windows color (decimal): -7059812 or 10241684. OLE color: 10241684.

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

Color convert

RGB14870156-
CMYK0.050.5500.39
HSL294.42º38.05%44.31%-
HSV(B)294.42º55.13%61.18%-
XYZ20.413.0832.9-
YUV103.13157.84160.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 70 (27.73% from 255) = 18.72%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=39.57%
G=18.72%
B=41.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148701560.050.5500.39294.4238.0544.31
Hex94469C537027126262c
Octal2241062345670474464654
Binary100101001000110100111001011101110100111100100110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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