Html Css Color HEX #973F89 Vivid Violet

📋 copy color: '#973F89'

red 151 ◦ green 63 ◦ blue 137

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

Shades of Vivid Violet #973F89

Tints of Vivid Violet #973F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.03%

R = 43.02%
G = 17.95%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#973F89 (or 0x973F89) is known color: Vivid Violet. HEX triplet: 97, 3F and 89. RGB value is (151,63,137). Sum of RGB (Red+Green+Blue) = 151+63+137=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #973F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973F89 is #68C076. Grayscale: #616161. Windows color (decimal): -6865015 or 8994711. OLE color: 8994711.

HSL color Cylindrical-coordinate representation of color #973F89: hue angle of 309.55º 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 #973F89 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 63 137 -
CMYK 0 0.58 0.09 0.41
HSL 309.55º 0.41% 0.42% -
HSV(B) 309.55º 0.58% 0.59% -
XYZ 19.06 11.94 24.97 -
YUV 97.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 151 63 137 0 0.58 0.09 0.41 309.55 0.41 0.42
Hex 97 3F 89 0 3A 9 29 136 29 2A
Octal 227 77 211 0 72 11 51 466 51 52
Binary 10010111 111111 10001001 0 111010 1001 101001 100110110 101001 101010

Color Harmonies of #973F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973F89

Black with #973F89

Text Example


Text Example

White with #973F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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