Html Css Color HEX #973AAA Vivid Violet

📋 copy color: '#973AAA'

red 151 ◦ green 58 ◦ blue 170

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

Shades of Vivid Violet #973AAA

Tints of Vivid Violet #973AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 39.84%
G = 15.3%
B = 44.85%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#973AAA (or 0x973AAA) is known color: Vivid Violet. HEX triplet: 97, 3A and AA. RGB value is (151,58,170). Sum of RGB (Red+Green+Blue) = 151+58+170=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #973AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973AAA is #68C555. Grayscale: #626262. Windows color (decimal): -6866262 or 11156119. OLE color: 11156119.

HSL color Cylindrical-coordinate representation of color #973AAA: hue angle of 289.82º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973AAA is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 58 170 -
CMYK 0.11 0.66 0 0.33
HSL 289.82º 0.49% 0.45% -
HSV(B) 289.82º 0.66% 0.67% -
XYZ 21.53 12.51 39.31 -
YUV 98.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 151 58 170 0.11 0.66 0 0.33 289.82 0.49 0.45
Hex 97 3A AA B 42 0 21 122 31 2D
Octal 227 72 252 13 102 0 41 442 61 55
Binary 10010111 111010 10101010 1011 1000010 0 100001 100100010 110001 101101

Color Harmonies of #973AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973AAA

Black with #973AAA

Text Example


Text Example

White with #973AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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