#96448D

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

Shades of Violet Blue #96448D

Tints of Violet Blue #96448D

Color information

#96448D (or 0x96448D) is unknown color: approx Violet Blue. HEX triplet: 96, 44 and 8D. RGB value is (150,68,141). Sum of RGB (Red+Green+Blue) = 150+68+141=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96448D is #69BB72. Grayscale: #646464. Windows color (decimal): -6929267 or 9258134. OLE color: 9258134.

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

Color convert

RGB15068141-
CMYK00.550.060.41
HSL306.59º37.61%42.75%-
HSV(B)306.59º54.67%58.82%-
XYZ19.4512.5426.59-
YUV100.84150.67163.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 68 (26.95% from 255) = 18.94%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=41.78%
G=18.94%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506814100.550.060.41306.5937.6142.75
Hex96448D037629133262b
Octal2261042150676514634653
Binary100101101000100100011010110111110101001100110011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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