#97299B

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

Shades of Vivid Violet #97299B

Tints of Vivid Violet #97299B

Color information

#97299B (or 0x97299B) is unknown color: approx Vivid Violet. HEX triplet: 97, 29 and 9B. RGB value is (151,41,155). Sum of RGB (Red+Green+Blue) = 151+41+155=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #97299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97299B is #68D664. Grayscale: #565656. Windows color (decimal): -6870629 or 10168727. OLE color: 10168727.

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

Color convert

RGB15141155-
CMYK0.030.7400.39
HSL297.89º58.16%38.43%-
HSV(B)297.89º73.55%60.78%-
XYZ19.4710.5332.02-
YUV86.89166.44173.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.52%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=43.52%
G=11.82%
B=44.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151411550.030.7400.39297.8958.1638.43
Hex97299B34A02712a3a26
Octal2275123331120474527246
Binary10010111101001100110111110010100100111100101010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97299B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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