#96628F

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

Shades of Violet Blue #96628F

Tints of Violet Blue #96628F

Color information

#96628F (or 0x96628F) is unknown color: approx Violet Blue. HEX triplet: 96, 62 and 8F. RGB value is (150,98,143). Sum of RGB (Red+Green+Blue) = 150+98+143=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96628F is #699D70. Grayscale: #767676. Windows color (decimal): -6921585 or 9396886. OLE color: 9396886.

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

Color convert

RGB15098143-
CMYK00.350.050.41
HSL308.08º20.97%48.63%-
HSV(B)308.08º34.67%58.82%-
XYZ21.917.228.15-
YUV118.68141.73150.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 143 (56.25% from 255) = 36.57%
R=38.36%
G=25.06%
B=36.57%

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
Decimal1509814300.350.050.41308.0820.9748.63
Hex96628F0235291341531
Octal2261422170435514642561
Binary10010110110001010001111010001110110100110011010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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