#97388F

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

Shades of Vivid Violet #97388F

Tints of Vivid Violet #97388F

Color information

#97388F (or 0x97388F) is unknown color: approx Vivid Violet. HEX triplet: 97, 38 and 8F. RGB value is (151,56,143). Sum of RGB (Red+Green+Blue) = 151+56+143=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #97388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97388F is #68C770. Grayscale: #5E5E5E. Windows color (decimal): -6866801 or 9386135. OLE color: 9386135.

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

Color convert

RGB15156143-
CMYK00.630.050.41
HSL305.05º45.89%40.59%-
HSV(B)305.05º62.91%59.22%-
XYZ19.1311.3927.18-
YUV94.32155.47168.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 143 (56.25% from 255) = 40.86%
R=43.14%
G=16%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515614300.630.050.41305.0545.8940.59
Hex97388F03F5291312e29
Octal227702170775514615651
Binary10010111111000100011110111111101101001100110001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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