#94668E

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

Shades of Violet Blue #94668E

Tints of Violet Blue #94668E

Color information

#94668E (or 0x94668E) is unknown color: approx Violet Blue. HEX triplet: 94, 66 and 8E. RGB value is (148,102,142). Sum of RGB (Red+Green+Blue) = 148+102+142=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #94668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94668E is #6B9971. Grayscale: #787878. Windows color (decimal): -7051634 or 9332372. OLE color: 9332372.

HSL color Cylindrical-coordinate representation of color #94668E: hue angle of 307.83º 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 #94668E is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB148102142-
CMYK00.310.040.42
HSL307.83º18.4%49.02%-
HSV(B)307.83º31.08%58.04%-
XYZ21.8517.7527.87-
YUV120.31140.24147.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=37.76%
G=26.02%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810214200.310.040.42307.8318.449.02
Hex94668E01F42A1341231
Octal2241462160374524642261
Binary1001010011001101000111001111110010101010011010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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