Html Css Color HEX #973F8F Vivid Violet

📋 copy color: '#973F8F'

red 151 ◦ green 63 ◦ blue 143

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

Shades of Vivid Violet #973F8F

Tints of Vivid Violet #973F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 42.3%
G = 17.65%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#973F8F (or 0x973F8F) is known color: Vivid Violet. HEX triplet: 97, 3F and 8F. RGB value is (151,63,143). Sum of RGB (Red+Green+Blue) = 151+63+143=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #973F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973F8F is #68C070. Grayscale: #626262. Windows color (decimal): -6865009 or 9387927. OLE color: 9387927.

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

Color convert

RGB 151 63 143 -
CMYK 0 0.58 0.05 0.41
HSL 305.45º 0.41% 0.42% -
HSV(B) 305.45º 0.58% 0.59% -
XYZ 19.5 12.12 27.3 -
YUV 98.43 153.15 165.5 -
System Red Green Blue C M Y K H S L
Decimal 151 63 143 0 0.58 0.05 0.41 305.45 0.41 0.42
Hex 97 3F 8F 0 3A 5 29 131 29 2A
Octal 227 77 217 0 72 5 51 461 51 52
Binary 10010111 111111 10001111 0 111010 101 101001 100110001 101001 101010

Color Harmonies of #973F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973F8F

Black with #973F8F

Text Example


Text Example

White with #973F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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