#954F9D

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

Shades of Violet Blue #954F9D

Tints of Violet Blue #954F9D

Color information

#954F9D (or 0x954F9D) is unknown color: approx Violet Blue. HEX triplet: 95, 4F and 9D. RGB value is (149,79,157). Sum of RGB (Red+Green+Blue) = 149+79+157=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #954F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F9D is #6AB062. Grayscale: #6C6C6C. Windows color (decimal): -6991971 or 10309525. OLE color: 10309525.

HSL color Cylindrical-coordinate representation of color #954F9D: hue angle of 293.85º degrees, saturation: 0.33, 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 #954F9D is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14979157-
CMYK0.050.5000.38
HSL293.85º33.05%46.27%-
HSV(B)293.85º49.68%61.57%-
XYZ21.2814.4233.56-
YUV108.82155.19156.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 79 (31.25% from 255) = 20.52%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=38.70%
G=20.52%
B=40.78%

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
Decimal149791570.050.5000.38293.8533.0546.27
Hex954F9D532026126212e
Octal2251172355620464464156
Binary100101011001111100111011011100100100110100100110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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