#97618F

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

Shades of Violet Blue #97618F

Tints of Violet Blue #97618F

Color information

#97618F (or 0x97618F) is unknown color: approx Violet Blue. HEX triplet: 97, 61 and 8F. RGB value is (151,97,143). Sum of RGB (Red+Green+Blue) = 151+97+143=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #97618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97618F is #689E70. Grayscale: #767676. Windows color (decimal): -6856305 or 9396631. OLE color: 9396631.

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

Color convert

RGB15197143-
CMYK00.360.050.41
HSL308.89º21.77%48.63%-
HSV(B)308.89º35.76%59.22%-
XYZ2217.1128.13-
YUV118.39141.89151.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.62%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 143 (56.25% from 255) = 36.57%
R=38.62%
G=24.81%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519714300.360.050.41308.8921.7748.63
Hex97618F0245291351631
Octal2271412170445514652661
Binary10010111110000110001111010010010110100110011010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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