Html Css Color HEX #972396 Vivid Violet

📋 copy color: '#972396'

red 151 ◦ green 35 ◦ blue 150

#972396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #972396

Tints of Vivid Violet #972396

RGB

 RED value IS 151 (59.38% from 255) = 44.94%

 GREEN value IS 35 (14.06% from 255) = 10.42%

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 44.94%
G = 10.42%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#972396 (or 0x972396) is known color: Vivid Violet. HEX triplet: 97, 23 and 96. RGB value is (151,35,150). Sum of RGB (Red+Green+Blue) = 151+35+150=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #972396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972396 is #68DC69. Grayscale: #525252. Windows color (decimal): -6872170 or 9839511. OLE color: 9839511.

HSL color Cylindrical-coordinate representation of color #972396: hue angle of 300.52º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972396 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 35 150 -
CMYK 0 0.77 0.01 0.41
HSL 300.52º 0.62% 0.36% -
HSV(B) 300.52º 0.77% 0.59% -
XYZ 18.87 9.98 29.79 -
YUV 82.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 151 35 150 0 0.77 0.01 0.41 300.52 0.62 0.36
Hex 97 23 96 0 4D 1 29 12D 3E 24
Octal 227 43 226 0 115 1 51 455 76 44
Binary 10010111 100011 10010110 0 1001101 1 101001 100101101 111110 100100

Color Harmonies of #972396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972396

Black with #972396

Text Example


Text Example

White with #972396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972396; }

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

 H1.HeaderClassName
 {
   color: #972396;
 }
 .AnyTagClassName
 {
   color: #972396;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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