#96469B

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

Shades of Violet Blue #96469B

Tints of Violet Blue #96469B

Color information

#96469B (or 0x96469B) is unknown color: approx Violet Blue. HEX triplet: 96, 46 and 9B. RGB value is (150,70,155). Sum of RGB (Red+Green+Blue) = 150+70+155=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #96469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96469B is #69B964. Grayscale: #676767. Windows color (decimal): -6928741 or 10176150. OLE color: 10176150.

HSL color Cylindrical-coordinate representation of color #96469B: hue angle of 296.47º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96469B is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15070155-
CMYK0.030.5500.39
HSL296.47º37.78%44.12%-
HSV(B)296.47º54.84%60.78%-
XYZ20.6813.2332.47-
YUV103.61157161.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 70 (27.73% from 255) = 18.67%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=40%
G=18.67%
B=41.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150701550.030.5500.39296.4737.7844.12
Hex96469B337027128262c
Octal2261062333670474504654
Binary10010110100011010011011111101110100111100101000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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