Html Css Color HEX #973D90 Vivid Violet

📋 copy color: '#973D90'

red 151 ◦ green 61 ◦ blue 144

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

Shades of Vivid Violet #973D90

Tints of Vivid Violet #973D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.13%

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

R = 42.42%
G = 17.13%
B = 40.45%

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

#973D90 (or 0x973D90) is known color: Vivid Violet. HEX triplet: 97, 3D and 90. RGB value is (151,61,144). Sum of RGB (Red+Green+Blue) = 151+61+144=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #973D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973D90 is #68C26F. Grayscale: #616161. Windows color (decimal): -6865520 or 9452951. OLE color: 9452951.

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

Color convert

RGB 151 61 144 -
CMYK 0 0.60 0.05 0.41
HSL 304.67º 0.42% 0.42% -
HSV(B) 304.67º 0.6% 0.59% -
XYZ 19.47 11.93 27.66 -
YUV 97.37 154.32 166.25 -
System Red Green Blue C M Y K H S L
Decimal 151 61 144 0 0.60 0.05 0.41 304.67 0.42 0.42
Hex 97 3D 90 0 3C 5 29 131 2A 2A
Octal 227 75 220 0 74 5 51 461 52 52
Binary 10010111 111101 10010000 0 111100 101 101001 100110001 101010 101010

Color Harmonies of #973D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973D90

Black with #973D90

Text Example


Text Example

White with #973D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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