#945395

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

Shades of Violet Blue #945395

Tints of Violet Blue #945395

Color information

#945395 (or 0x945395) is unknown color: approx Violet Blue. HEX triplet: 94, 53 and 95. RGB value is (148,83,149). Sum of RGB (Red+Green+Blue) = 148+83+149=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #945395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945395 is #6BAC6A. Grayscale: #6D6D6D. Windows color (decimal): -7056491 or 9786260. OLE color: 9786260.

HSL color Cylindrical-coordinate representation of color #945395: hue angle of 299.09º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945395 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14883149-
CMYK0.010.4400.42
HSL299.09º28.45%45.49%-
HSV(B)299.09º44.3%58.43%-
XYZ20.7314.6530.17-
YUV109.96150.03155.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=38.95%
G=21.84%
B=39.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148831490.010.4400.42299.0928.4545.49
Hex94539512C02A12b1c2d
Octal2241232251540524533455
Binary100101001010011100101011101100010101010010101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945395; }

 p { color: rgb(148,83,149); }

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

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

 a { background-color: rgb(148,83,149); }

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

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

 span { border-color: rgb(148,83,149); }

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