#97389B

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

Shades of Vivid Violet #97389B

Tints of Vivid Violet #97389B

Color information

#97389B (or 0x97389B) is unknown color: approx Vivid Violet. HEX triplet: 97, 38 and 9B. RGB value is (151,56,155). Sum of RGB (Red+Green+Blue) = 151+56+155=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #97389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97389B is #68C764. Grayscale: #5F5F5F. Windows color (decimal): -6866789 or 10172567. OLE color: 10172567.

HSL color Cylindrical-coordinate representation of color #97389B: hue angle of 297.58º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97389B is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15156155-
CMYK0.030.6400.39
HSL297.58º46.92%41.37%-
HSV(B)297.58º63.87%60.78%-
XYZ20.0911.7732.22-
YUV95.69161.47167.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.71%
GREEN value IS 56 (22.27% from 255) = 15.47%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=41.71%
G=15.47%
B=42.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151561550.030.6400.39297.5846.9241.37
Hex97389B34002712a2f29
Octal2277023331000474525751
Binary10010111111000100110111110000000100111100101010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97389B; }

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

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

<style>
 a { background-color: #97389B; }

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

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

<style>
 span { border-color: #97389B; }

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

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