#94668F

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

Shades of Violet Blue #94668F

Tints of Violet Blue #94668F

Color information

#94668F (or 0x94668F) is unknown color: approx Violet Blue. HEX triplet: 94, 66 and 8F. RGB value is (148,102,143). Sum of RGB (Red+Green+Blue) = 148+102+143=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #94668F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94668F is #6B9970. Grayscale: #787878. Windows color (decimal): -7051633 or 9397908. OLE color: 9397908.

HSL color Cylindrical-coordinate representation of color #94668F: hue angle of 306.52º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94668F is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148102143-
CMYK00.310.030.42
HSL306.52º18.4%49.02%-
HSV(B)306.52º31.08%58.04%-
XYZ21.9217.7828.26-
YUV120.43140.74147.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=37.66%
G=25.95%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810214300.310.030.42306.5218.449.02
Hex94668F01F32A1331231
Octal2241462170373524632261
Binary100101001100110100011110111111110101010011001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94668F; }

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

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

<style>
 a { background-color: #94668F; }

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

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

<style>
 span { border-color: #94668F; }

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

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