#972398

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

Shades of Vivid Violet #972398

Tints of Vivid Violet #972398

Color information

#972398 (or 0x972398) is unknown color: approx Vivid Violet. HEX triplet: 97, 23 and 98. RGB value is (151,35,152). Sum of RGB (Red+Green+Blue) = 151+35+152=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #972398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972398 is #68DC67. Grayscale: #525252. Windows color (decimal): -6872168 or 9970583. OLE color: 9970583.

HSL color Cylindrical-coordinate representation of color #972398: hue angle of 299.49º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972398 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15135152-
CMYK0.010.7700.40
HSL299.49º62.57%36.67%-
HSV(B)299.49º76.97%59.61%-
XYZ19.0310.0530.64-
YUV83.02166.93176.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.67%
GREEN value IS 35 (14.06% from 255) = 10.36%
BLUE value IS 152 (59.77% from 255) = 44.97%
R=44.67%
G=10.36%
B=44.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151351520.010.7700.40299.4962.5736.67
Hex97239814D02812b3f25
Octal2274323011150504537745
Binary1001011110001110011000110011010101000100101011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972398; }

 p { color: rgb(151,35,152); }

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

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

 a { background-color: rgb(151,35,152); }

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

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

 span { border-color: rgb(151,35,152); }

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