Html Css Color HEX #973A8F Vivid Violet

📋 copy color: '#973A8F'

red 151 ◦ green 58 ◦ blue 143

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

Shades of Vivid Violet #973A8F

Tints of Vivid Violet #973A8F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.48%

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

R = 42.9%
G = 16.48%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#973A8F (or 0x973A8F) is known color: Vivid Violet. HEX triplet: 97, 3A and 8F. RGB value is (151,58,143). Sum of RGB (Red+Green+Blue) = 151+58+143=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #973A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973A8F is #68C570. Grayscale: #5F5F5F. Windows color (decimal): -6866289 or 9386647. OLE color: 9386647.

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

Color convert

RGB 151 58 143 -
CMYK 0 0.62 0.05 0.41
HSL 305.16º 0.44% 0.41% -
HSV(B) 305.16º 0.62% 0.59% -
XYZ 19.23 11.59 27.21 -
YUV 95.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 151 58 143 0 0.62 0.05 0.41 305.16 0.44 0.41
Hex 97 3A 8F 0 3E 5 29 131 2C 29
Octal 227 72 217 0 76 5 51 461 54 51
Binary 10010111 111010 10001111 0 111110 101 101001 100110001 101100 101001

Color Harmonies of #973A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973A8F

Black with #973A8F

Text Example


Text Example

White with #973A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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