#96488B

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

Shades of Violet Blue #96488B

Tints of Violet Blue #96488B

Color information

#96488B (or 0x96488B) is unknown color: approx Violet Blue. HEX triplet: 96, 48 and 8B. RGB value is (150,72,139). Sum of RGB (Red+Green+Blue) = 150+72+139=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96488B is #69B774. Grayscale: #666666. Windows color (decimal): -6928245 or 9128086. OLE color: 9128086.

HSL color Cylindrical-coordinate representation of color #96488B: hue angle of 308.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96488B is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15072139-
CMYK00.520.070.41
HSL308.46º35.14%43.53%-
HSV(B)308.46º52%58.82%-
XYZ19.5612.9825.9-
YUV102.96148.34161.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=41.55%
G=19.94%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507213900.520.070.41308.4635.1443.53
Hex96488B034729134232c
Octal2261102130647514644354
Binary100101101001000100010110110100111101001100110100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,72,139); }

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

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

 a { background-color: rgb(150,72,139); }

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

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

 span { border-color: rgb(150,72,139); }

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