#97618E

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

Shades of Violet Blue #97618E

Tints of Violet Blue #97618E

Color information

#97618E (or 0x97618E) is unknown color: approx Violet Blue. HEX triplet: 97, 61 and 8E. RGB value is (151,97,142). Sum of RGB (Red+Green+Blue) = 151+97+142=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 151 - color contains mainly: red. Hex color #97618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97618E is #689E71. Grayscale: #767676. Windows color (decimal): -6856306 or 9331095. OLE color: 9331095.

HSL color Cylindrical-coordinate representation of color #97618E: hue angle of 310º 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 #97618E is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15197142-
CMYK00.360.060.41
HSL310º21.77%48.63%-
HSV(B)310º35.76%59.22%-
XYZ21.9217.0827.73-
YUV118.28141.39151.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.72%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=38.72%
G=24.87%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519714200.360.060.4131021.7748.63
Hex97618E0246291361631
Octal2271412160446514662661
Binary10010111110000110001110010010011010100110011011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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