#97668F

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

Shades of Violet Blue #97668F

Tints of Violet Blue #97668F

Color information

#97668F (or 0x97668F) is unknown color: approx Violet Blue. HEX triplet: 97, 66 and 8F. RGB value is (151,102,143). Sum of RGB (Red+Green+Blue) = 151+102+143=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #97668F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97668F is #689970. Grayscale: #797979. Windows color (decimal): -6855025 or 9397911. OLE color: 9397911.

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

Color convert

RGB151102143-
CMYK00.320.050.41
HSL309.8º19.37%49.61%-
HSV(B)309.8º32.45%59.22%-
XYZ22.4718.0728.29-
YUV121.32140.23149.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.13%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 143 (56.25% from 255) = 36.11%
R=38.13%
G=25.76%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110214300.320.050.41309.819.3749.61
Hex97668F0205291361332
Octal2271462170405514662362
Binary10010111110011010001111010000010110100110011011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,102,143); }

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

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

 a { background-color: rgb(151,102,143); }

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

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

 span { border-color: rgb(151,102,143); }

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