#97648F

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

Shades of Violet Blue #97648F

Tints of Violet Blue #97648F

Color information

#97648F (or 0x97648F) is unknown color: approx Violet Blue. HEX triplet: 97, 64 and 8F. RGB value is (151,100,143). Sum of RGB (Red+Green+Blue) = 151+100+143=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #97648F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97648F is #689B70. Grayscale: #787878. Windows color (decimal): -6855537 or 9397399. OLE color: 9397399.

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

Color convert

RGB151100143-
CMYK00.340.050.41
HSL309.41º20.32%49.22%-
HSV(B)309.41º33.77%59.22%-
XYZ22.2817.6828.22-
YUV120.15140.9150-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.32%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=38.32%
G=25.38%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110014300.340.050.41309.4120.3249.22
Hex97648F0225291351431
Octal2271442170425514652461
Binary10010111110010010001111010001010110100110011010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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