#94648F

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

Shades of Violet Blue #94648F

Tints of Violet Blue #94648F

Color information

#94648F (or 0x94648F) is unknown color: approx Violet Blue. HEX triplet: 94, 64 and 8F. RGB value is (148,100,143). Sum of RGB (Red+Green+Blue) = 148+100+143=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #94648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94648F is #6B9B70. Grayscale: #777777. Windows color (decimal): -7052145 or 9397396. OLE color: 9397396.

HSL color Cylindrical-coordinate representation of color #94648F: hue angle of 306.25º 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 #94648F is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148100143-
CMYK00.320.030.42
HSL306.25º19.35%48.63%-
HSV(B)306.25º32.43%58.04%-
XYZ21.7317.3928.2-
YUV119.25141.4148.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.85%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 143 (56.25% from 255) = 36.57%
R=37.85%
G=25.58%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810014300.320.030.42306.2519.3548.63
Hex94648F02032A1321331
Octal2241442170403524622361
Binary1001010011001001000111101000001110101010011001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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