Html Css Color HEX #973C90 Vivid Violet

📋 copy color: '#973C90'

red 151 ◦ green 60 ◦ blue 144

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

Shades of Vivid Violet #973C90

Tints of Vivid Violet #973C90

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.9%

 BLUE value IS 144 (56.64% from 255) = 40.56%

R = 42.54%
G = 16.9%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#973C90 (or 0x973C90) is known color: Vivid Violet. HEX triplet: 97, 3C and 90. RGB value is (151,60,144). Sum of RGB (Red+Green+Blue) = 151+60+144=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #973C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973C90 is #68C36F. Grayscale: #606060. Windows color (decimal): -6865776 or 9452695. OLE color: 9452695.

HSL color Cylindrical-coordinate representation of color #973C90: hue angle of 304.62º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973C90 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 60 144 -
CMYK 0 0.60 0.05 0.41
HSL 304.62º 0.43% 0.41% -
HSV(B) 304.62º 0.6% 0.59% -
XYZ 19.41 11.82 27.64 -
YUV 96.79 154.65 166.67 -
System Red Green Blue C M Y K H S L
Decimal 151 60 144 0 0.60 0.05 0.41 304.62 0.43 0.41
Hex 97 3C 90 0 3C 5 29 131 2B 29
Octal 227 74 220 0 74 5 51 461 53 51
Binary 10010111 111100 10010000 0 111100 101 101001 100110001 101011 101001

Color Harmonies of #973C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C90

Black with #973C90

Text Example


Text Example

White with #973C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,60,144); }

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

background-color css

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

 a { background-color: rgb(151,60,144); }

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

border-color css

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

 span { border-color: rgb(151,60,144); }

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