#96628E

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

Shades of Violet Blue #96628E

Tints of Violet Blue #96628E

Color information

#96628E (or 0x96628E) is unknown color: approx Violet Blue. HEX triplet: 96, 62 and 8E. RGB value is (150,98,142). Sum of RGB (Red+Green+Blue) = 150+98+142=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96628E is #699D71. Grayscale: #767676. Windows color (decimal): -6921586 or 9331350. OLE color: 9331350.

HSL color Cylindrical-coordinate representation of color #96628E: hue angle of 309.23º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96628E is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15098142-
CMYK00.350.050.41
HSL309.23º20.97%48.63%-
HSV(B)309.23º34.67%58.82%-
XYZ21.8317.1727.76-
YUV118.56141.23150.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=38.46%
G=25.13%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509814200.350.050.41309.2320.9748.63
Hex96628E0235291351531
Octal2261422160435514652561
Binary10010110110001010001110010001110110100110011010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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