Html Css Color HEX #973F93 Vivid Violet

📋 copy color: '#973F93'

red 151 ◦ green 63 ◦ blue 147

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

Shades of Vivid Violet #973F93

Tints of Vivid Violet #973F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 41.83%
G = 17.45%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#973F93 (or 0x973F93) is known color: Vivid Violet. HEX triplet: 97, 3F and 93. RGB value is (151,63,147). Sum of RGB (Red+Green+Blue) = 151+63+147=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #973F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973F93 is #68C06C. Grayscale: #626262. Windows color (decimal): -6865005 or 9650071. OLE color: 9650071.

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

Color convert

RGB 151 63 147 -
CMYK 0 0.58 0.03 0.41
HSL 302.73º 0.41% 0.42% -
HSV(B) 302.73º 0.58% 0.59% -
XYZ 19.81 12.24 28.92 -
YUV 98.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 151 63 147 0 0.58 0.03 0.41 302.73 0.41 0.42
Hex 97 3F 93 0 3A 3 29 12F 29 2A
Octal 227 77 223 0 72 3 51 457 51 52
Binary 10010111 111111 10010011 0 111010 11 101001 100101111 101001 101010

Color Harmonies of #973F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973F93

Black with #973F93

Text Example


Text Example

White with #973F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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