#97259B

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

Shades of Vivid Violet #97259B

Tints of Vivid Violet #97259B

Color information

#97259B (or 0x97259B) is unknown color: approx Vivid Violet. HEX triplet: 97, 25 and 9B. RGB value is (151,37,155). Sum of RGB (Red+Green+Blue) = 151+37+155=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #97259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97259B is #68DA64. Grayscale: #545454. Windows color (decimal): -6871653 or 10167703. OLE color: 10167703.

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

Color convert

RGB15137155-
CMYK0.030.7600.39
HSL297.97º61.46%37.65%-
HSV(B)297.97º76.13%60.78%-
XYZ19.3410.2731.97-
YUV84.54167.77175.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.02%
GREEN value IS 37 (14.84% from 255) = 10.79%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=44.02%
G=10.79%
B=45.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151371550.030.7600.39297.9761.4637.65
Hex97259B34C02712a3d26
Octal2274523331140474527546
Binary10010111100101100110111110011000100111100101010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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