#94648C

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

Shades of Violet Blue #94648C

Tints of Violet Blue #94648C

Color information

#94648C (or 0x94648C) is unknown color: approx Violet Blue. HEX triplet: 94, 64 and 8C. RGB value is (148,100,140). Sum of RGB (Red+Green+Blue) = 148+100+140=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94648C is #6B9B73. Grayscale: #767676. Windows color (decimal): -7052148 or 9200788. OLE color: 9200788.

HSL color Cylindrical-coordinate representation of color #94648C: hue angle of 310º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94648C is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB148100140-
CMYK00.320.050.42
HSL310º19.35%48.63%-
HSV(B)310º32.43%58.04%-
XYZ21.517.327.02-
YUV118.91139.9148.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 100 (39.45% from 255) = 25.77%
BLUE value IS 140 (55.08% from 255) = 36.08%
R=38.14%
G=25.77%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810014000.320.050.4231019.3548.63
Hex94648C02052A1361331
Octal2241442140405524662361
Binary10010100110010010001100010000010110101010011011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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