#97279D

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

Shades of Vivid Violet #97279D

Tints of Vivid Violet #97279D

Color information

#97279D (or 0x97279D) is unknown color: approx Vivid Violet. HEX triplet: 97, 27 and 9D. RGB value is (151,39,157). Sum of RGB (Red+Green+Blue) = 151+39+157=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #97279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97279D is #68D862. Grayscale: #555555. Windows color (decimal): -6871139 or 10299287. OLE color: 10299287.

HSL color Cylindrical-coordinate representation of color #97279D: hue angle of 296.95º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97279D is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15139157-
CMYK0.040.7500.38
HSL296.95º60.2%38.43%-
HSV(B)296.95º75.16%61.57%-
XYZ19.5710.4632.89-
YUV85.94168.11174.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.52%
GREEN value IS 39 (15.62% from 255) = 11.24%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=43.52%
G=11.24%
B=45.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151391570.040.7500.38296.9560.238.43
Hex97279D44B0261293c26
Octal2274723541130464517446
Binary100101111001111001110110010010110100110100101001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97279D; }

 p { color: rgb(151,39,157); }

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

<style>
 a { background-color: #97279D; }

 a { background-color: rgb(151,39,157); }

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

<style>
 span { border-color: #97279D; }

 span { border-color: rgb(151,39,157); }

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