#94638F

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

Shades of Violet Blue #94638F

Tints of Violet Blue #94638F

Color information

#94638F (or 0x94638F) is unknown color: approx Violet Blue. HEX triplet: 94, 63 and 8F. RGB value is (148,99,143). Sum of RGB (Red+Green+Blue) = 148+99+143=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #94638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94638F is #6B9C70. Grayscale: #767676. Windows color (decimal): -7052401 or 9397140. OLE color: 9397140.

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

Color convert

RGB14899143-
CMYK00.330.030.42
HSL306.12º19.84%48.43%-
HSV(B)306.12º33.11%58.04%-
XYZ21.6317.228.17-
YUV118.67141.73148.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 143 (56.25% from 255) = 36.67%
R=37.95%
G=25.38%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489914300.330.030.42306.1219.8448.43
Hex94638F02132A1321430
Octal2241432170413524622460
Binary1001010011000111000111101000011110101010011001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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