#94638C

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

Shades of Violet Blue #94638C

Tints of Violet Blue #94638C

Color information

#94638C (or 0x94638C) is unknown color: approx Violet Blue. HEX triplet: 94, 63 and 8C. RGB value is (148,99,140). Sum of RGB (Red+Green+Blue) = 148+99+140=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94638C is #6B9C73. Grayscale: #767676. Windows color (decimal): -7052404 or 9200532. OLE color: 9200532.

HSL color Cylindrical-coordinate representation of color #94638C: hue angle of 309.8º 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 #94638C is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14899140-
CMYK00.330.050.42
HSL309.8º19.84%48.43%-
HSV(B)309.8º33.11%58.04%-
XYZ21.4117.1126.99-
YUV118.32140.23149.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=38.24%
G=25.58%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489914000.330.050.42309.819.8448.43
Hex94638C02152A1361430
Octal2241432140415524662460
Binary10010100110001110001100010000110110101010011011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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