#973293

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

Shades of Vivid Violet #973293

Tints of Vivid Violet #973293

Color information

#973293 (or 0x973293) is unknown color: approx Vivid Violet. HEX triplet: 97, 32 and 93. RGB value is (151,50,147). Sum of RGB (Red+Green+Blue) = 151+50+147=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #973293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973293 is #68CD6C. Grayscale: #5A5A5A. Windows color (decimal): -6868333 or 9646743. OLE color: 9646743.

HSL color Cylindrical-coordinate representation of color #973293: hue angle of 302.38º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973293 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15150147-
CMYK00.670.030.41
HSL302.38º50.25%39.41%-
HSV(B)302.38º66.89%59.22%-
XYZ19.1710.9728.71-
YUV91.26159.46170.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 50 (19.92% from 255) = 14.37%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=43.39%
G=14.37%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515014700.670.030.41302.3850.2539.41
Hex97329304332912e3227
Octal2276222301033514566247
Binary10010111110010100100110100001111101001100101110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973293; }

 p { color: rgb(151,50,147); }

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

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

 a { background-color: rgb(151,50,147); }

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

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

 span { border-color: rgb(151,50,147); }

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