#96468D

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

Shades of Violet Blue #96468D

Tints of Violet Blue #96468D

Color information

#96468D (or 0x96468D) is unknown color: approx Violet Blue. HEX triplet: 96, 46 and 8D. RGB value is (150,70,141). Sum of RGB (Red+Green+Blue) = 150+70+141=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96468D is #69B972. Grayscale: #656565. Windows color (decimal): -6928755 or 9258646. OLE color: 9258646.

HSL color Cylindrical-coordinate representation of color #96468D: hue angle of 306.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96468D is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15070141-
CMYK00.530.060.41
HSL306.75º36.36%43.14%-
HSV(B)306.75º53.33%58.82%-
XYZ19.5812.7926.64-
YUV102.01150162.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 70 (27.73% from 255) = 19.39%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=41.55%
G=19.39%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507014100.530.060.41306.7536.3643.14
Hex96468D035629133242b
Octal2261062150656514634453
Binary100101101000110100011010110101110101001100110011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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