#96488F

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

Shades of Violet Blue #96488F

Tints of Violet Blue #96488F

Color information

#96488F (or 0x96488F) is unknown color: approx Violet Blue. HEX triplet: 96, 48 and 8F. RGB value is (150,72,143). Sum of RGB (Red+Green+Blue) = 150+72+143=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #96488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96488F is #69B770. Grayscale: #676767. Windows color (decimal): -6928241 or 9390230. OLE color: 9390230.

HSL color Cylindrical-coordinate representation of color #96488F: hue angle of 305.38º 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 #96488F is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15072143-
CMYK00.520.050.41
HSL305.38º35.14%43.53%-
HSV(B)305.38º52%58.82%-
XYZ19.8513.127.47-
YUV103.42150.34161.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 72 (28.52% from 255) = 19.73%
BLUE value IS 143 (56.25% from 255) = 39.18%
R=41.10%
G=19.73%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507214300.520.050.41305.3835.1443.53
Hex96488F034529131232c
Octal2261102170645514614354
Binary100101101001000100011110110100101101001100110001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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