#96678E

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

Shades of Violet Blue #96678E

Tints of Violet Blue #96678E

Color information

#96678E (or 0x96678E) is unknown color: approx Violet Blue. HEX triplet: 96, 67 and 8E. RGB value is (150,103,142). Sum of RGB (Red+Green+Blue) = 150+103+142=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96678E is #699871. Grayscale: #797979. Windows color (decimal): -6920306 or 9332630. OLE color: 9332630.

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

Color convert

RGB150103142-
CMYK00.310.050.41
HSL310.21º18.58%49.61%-
HSV(B)310.21º31.33%58.82%-
XYZ22.3118.1427.92-
YUV121.5139.57148.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 103 (40.62% from 255) = 26.08%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=37.97%
G=26.08%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010314200.310.050.41310.2118.5849.61
Hex96678E01F5291361332
Octal2261472160375514662362
Binary1001011011001111000111001111110110100110011011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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