#954E9D

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

Shades of Violet Blue #954E9D

Tints of Violet Blue #954E9D

Color information

#954E9D (or 0x954E9D) is unknown color: approx Violet Blue. HEX triplet: 95, 4E and 9D. RGB value is (149,78,157). Sum of RGB (Red+Green+Blue) = 149+78+157=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #954E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E9D is #6AB162. Grayscale: #6B6B6B. Windows color (decimal): -6992227 or 10309269. OLE color: 10309269.

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

Color convert

RGB14978157-
CMYK0.050.5000.38
HSL293.92º33.62%46.08%-
HSV(B)293.92º50.32%61.57%-
XYZ21.214.2733.54-
YUV108.23155.52157.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=38.80%
G=20.31%
B=40.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149781570.050.5000.38293.9233.6246.08
Hex954E9D532026126222e
Octal2251162355620464464256
Binary100101011001110100111011011100100100110100100110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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