#94659D

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

Shades of Violet Blue #94659D

Tints of Violet Blue #94659D

Color information

#94659D (or 0x94659D) is unknown color: approx Violet Blue. HEX triplet: 94, 65 and 9D. RGB value is (148,101,157). Sum of RGB (Red+Green+Blue) = 148+101+157=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #94659D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94659D is #6B9A62. Grayscale: #797979. Windows color (decimal): -7051875 or 10315156. OLE color: 10315156.

HSL color Cylindrical-coordinate representation of color #94659D: hue angle of 290.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94659D is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB148101157-
CMYK0.060.3600.38
HSL290.36º22.22%50.59%-
HSV(B)290.36º35.67%61.57%-
XYZ22.9518.0434.17-
YUV121.44148.07146.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=36.45%
G=24.88%
B=38.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481011570.060.3600.38290.3622.2250.59
Hex94659D6240261221633
Octal2241452356440464422663
Binary10010100110010110011101110100100010011010010001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94659D; }

 p { color: rgb(148,101,157); }

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

<style>
 a { background-color: #94659D; }

 a { background-color: rgb(148,101,157); }

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

<style>
 span { border-color: #94659D; }

 span { border-color: rgb(148,101,157); }

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