#96469D

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

Shades of Violet Blue #96469D

Tints of Violet Blue #96469D

Color information

#96469D (or 0x96469D) is unknown color: approx Violet Blue. HEX triplet: 96, 46 and 9D. RGB value is (150,70,157). Sum of RGB (Red+Green+Blue) = 150+70+157=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #96469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96469D is #69B962. Grayscale: #676767. Windows color (decimal): -6928739 or 10307222. OLE color: 10307222.

HSL color Cylindrical-coordinate representation of color #96469D: hue angle of 295.17º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96469D is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15070157-
CMYK0.040.5500.38
HSL295.17º38.33%44.51%-
HSV(B)295.17º55.41%61.57%-
XYZ20.8513.333.37-
YUV103.84158160.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=39.79%
G=18.57%
B=41.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150701570.040.5500.38295.1738.3344.51
Hex96469D437026127262d
Octal2261062354670464474655
Binary100101101000110100111011001101110100110100100111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96469D; }

 p { color: rgb(150,70,157); }

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

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

 a { background-color: rgb(150,70,157); }

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

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

 span { border-color: rgb(150,70,157); }

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