#96679F

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

Shades of Violet Blue #96679F

Tints of Violet Blue #96679F

Color information

#96679F (or 0x96679F) is unknown color: approx Violet Blue. HEX triplet: 96, 67 and 9F. RGB value is (150,103,159). Sum of RGB (Red+Green+Blue) = 150+103+159=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #96679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96679F is #699860. Grayscale: #7B7B7B. Windows color (decimal): -6920289 or 10446742. OLE color: 10446742.

HSL color Cylindrical-coordinate representation of color #96679F: hue angle of 290.36º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96679F is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB150103159-
CMYK0.060.3500.38
HSL290.36º22.58%51.37%-
HSV(B)290.36º35.22%62.35%-
XYZ23.6918.6935.16-
YUV123.44148.07146.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=36.41%
G=25%
B=38.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501031590.060.3500.38290.3622.5851.37
Hex96679F6230261221733
Octal2261472376430464422763
Binary10010110110011110011111110100011010011010010001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,103,159); }

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

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

 a { background-color: rgb(150,103,159); }

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

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

 span { border-color: rgb(150,103,159); }

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