Html Css Color HEX #973C8F Vivid Violet

📋 copy color: '#973C8F'

red 151 ◦ green 60 ◦ blue 143

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

Shades of Vivid Violet #973C8F

Tints of Vivid Violet #973C8F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.95%

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

R = 42.66%
G = 16.95%
B = 40.4%

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

#973C8F (or 0x973C8F) is known color: Vivid Violet. HEX triplet: 97, 3C and 8F. RGB value is (151,60,143). Sum of RGB (Red+Green+Blue) = 151+60+143=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #973C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973C8F is #68C370. Grayscale: #606060. Windows color (decimal): -6865777 or 9387159. OLE color: 9387159.

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

Color convert

RGB 151 60 143 -
CMYK 0 0.60 0.05 0.41
HSL 305.27º 0.43% 0.41% -
HSV(B) 305.27º 0.6% 0.59% -
XYZ 19.34 11.79 27.24 -
YUV 96.67 154.15 166.75 -
System Red Green Blue C M Y K H S L
Decimal 151 60 143 0 0.60 0.05 0.41 305.27 0.43 0.41
Hex 97 3C 8F 0 3C 5 29 131 2B 29
Octal 227 74 217 0 74 5 51 461 53 51
Binary 10010111 111100 10001111 0 111100 101 101001 100110001 101011 101001

Color Harmonies of #973C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C8F

Black with #973C8F

Text Example


Text Example

White with #973C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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