Html Css Color HEX #973F8E Vivid Violet

📋 copy color: '#973F8E'

red 151 ◦ green 63 ◦ blue 142

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

Shades of Vivid Violet #973F8E

Tints of Vivid Violet #973F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.89%

R = 42.42%
G = 17.7%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#973F8E (or 0x973F8E) is known color: Vivid Violet. HEX triplet: 97, 3F and 8E. RGB value is (151,63,142). Sum of RGB (Red+Green+Blue) = 151+63+142=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #973F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973F8E is #68C071. Grayscale: #626262. Windows color (decimal): -6865010 or 9322391. OLE color: 9322391.

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

Color convert

RGB 151 63 142 -
CMYK 0 0.58 0.06 0.41
HSL 306.14º 0.41% 0.42% -
HSV(B) 306.14º 0.58% 0.59% -
XYZ 19.42 12.09 26.9 -
YUV 98.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 151 63 142 0 0.58 0.06 0.41 306.14 0.41 0.42
Hex 97 3F 8E 0 3A 6 29 132 29 2A
Octal 227 77 216 0 72 6 51 462 51 52
Binary 10010111 111111 10001110 0 111010 110 101001 100110010 101001 101010

Color Harmonies of #973F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973F8E

Black with #973F8E

Text Example


Text Example

White with #973F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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