Html Css Color HEX #973F96 Vivid Violet

📋 copy color: '#973F96'

red 151 ◦ green 63 ◦ blue 150

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

Shades of Vivid Violet #973F96

Tints of Vivid Violet #973F96

RGB

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

 GREEN value IS 63 (25% from 255) = 17.31%

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

R = 41.48%
G = 17.31%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#973F96 (or 0x973F96) is known color: Vivid Violet. HEX triplet: 97, 3F and 96. RGB value is (151,63,150). Sum of RGB (Red+Green+Blue) = 151+63+150=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #973F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973F96 is #68C069. Grayscale: #626262. Windows color (decimal): -6865002 or 9846679. OLE color: 9846679.

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

Color convert

RGB 151 63 150 -
CMYK 0 0.58 0.01 0.41
HSL 300.68º 0.41% 0.42% -
HSV(B) 300.68º 0.58% 0.59% -
XYZ 20.05 12.34 30.18 -
YUV 99.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 151 63 150 0 0.58 0.01 0.41 300.68 0.41 0.42
Hex 97 3F 96 0 3A 1 29 12D 29 2A
Octal 227 77 226 0 72 1 51 455 51 52
Binary 10010111 111111 10010110 0 111010 1 101001 100101101 101001 101010

Color Harmonies of #973F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973F96

Black with #973F96

Text Example


Text Example

White with #973F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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