#96488E

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

Shades of Violet Blue #96488E

Tints of Violet Blue #96488E

Color information

#96488E (or 0x96488E) is unknown color: approx Violet Blue. HEX triplet: 96, 48 and 8E. RGB value is (150,72,142). Sum of RGB (Red+Green+Blue) = 150+72+142=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #96488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96488E is #69B771. Grayscale: #676767. Windows color (decimal): -6928242 or 9324694. OLE color: 9324694.

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

Color convert

RGB15072142-
CMYK00.520.050.41
HSL306.15º35.14%43.53%-
HSV(B)306.15º52%58.82%-
XYZ19.7813.0727.07-
YUV103.3149.84161.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.21%
GREEN value IS 72 (28.52% from 255) = 19.78%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=41.21%
G=19.78%
B=39.01%

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
Decimal1507214200.520.050.41306.1535.1443.53
Hex96488E034529132232c
Octal2261102160645514624354
Binary100101101001000100011100110100101101001100110010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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