#954E9E

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

Shades of Violet Blue #954E9E

Tints of Violet Blue #954E9E

Color information

#954E9E (or 0x954E9E) is unknown color: approx Violet Blue. HEX triplet: 95, 4E and 9E. RGB value is (149,78,158). Sum of RGB (Red+Green+Blue) = 149+78+158=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #954E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E9E is #6AB161. Grayscale: #6C6C6C. Windows color (decimal): -6992226 or 10374805. OLE color: 10374805.

HSL color Cylindrical-coordinate representation of color #954E9E: hue angle of 293.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954E9E is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14978158-
CMYK0.060.5100.38
HSL293.25º33.9%46.27%-
HSV(B)293.25º50.63%61.96%-
XYZ21.2914.3133.99-
YUV108.35156.02157-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 78 (30.86% from 255) = 20.26%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=38.70%
G=20.26%
B=41.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149781580.060.5100.38293.2533.946.27
Hex954E9E633026125222e
Octal2251162366630464454256
Binary100101011001110100111101101100110100110100100101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954E9E; }

 p { color: rgb(149,78,158); }

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

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

 a { background-color: rgb(149,78,158); }

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

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

 span { border-color: rgb(149,78,158); }

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