Html Css Color HEX #973AA4 Vivid Violet

📋 copy color: '#973AA4'

red 151 ◦ green 58 ◦ blue 164

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

Shades of Vivid Violet #973AA4

Tints of Vivid Violet #973AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.97%

R = 40.48%
G = 15.55%
B = 43.97%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#973AA4 (or 0x973AA4) is known color: Vivid Violet. HEX triplet: 97, 3A and A4. RGB value is (151,58,164). Sum of RGB (Red+Green+Blue) = 151+58+164=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #973AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973AA4 is #68C55B. Grayscale: #616161. Windows color (decimal): -6866268 or 10762903. OLE color: 10762903.

HSL color Cylindrical-coordinate representation of color #973AA4: hue angle of 292.64º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #973AA4 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 151 58 164 -
CMYK 0.08 0.65 0 0.36
HSL 292.64º 0.48% 0.44% -
HSV(B) 292.64º 0.65% 0.64% -
XYZ 20.98 12.29 36.39 -
YUV 97.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 151 58 164 0.08 0.65 0 0.36 292.64 0.48 0.44
Hex 97 3A A4 8 41 0 24 125 30 2C
Octal 227 72 244 10 101 0 44 445 60 54
Binary 10010111 111010 10100100 1000 1000001 0 100100 100100101 110000 101100

Color Harmonies of #973AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973AA4

Black with #973AA4

Text Example


Text Example

White with #973AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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