Html Css Color HEX #973999 Vivid Violet

📋 copy color: '#973999'

red 151 ◦ green 57 ◦ blue 153

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

Shades of Vivid Violet #973999

Tints of Vivid Violet #973999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 41.83%
G = 15.79%
B = 42.38%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#973999 (or 0x973999) is known color: Vivid Violet. HEX triplet: 97, 39 and 99. RGB value is (151,57,153). Sum of RGB (Red+Green+Blue) = 151+57+153=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #973999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973999 is #68C666. Grayscale: #5F5F5F. Windows color (decimal): -6866535 or 10041751. OLE color: 10041751.

HSL color Cylindrical-coordinate representation of color #973999: hue angle of 298.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #973999 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 151 57 153 -
CMYK 0.01 0.63 0 0.4
HSL 298.75º 0.46% 0.41% -
HSV(B) 298.75º 0.63% 0.6% -
XYZ 19.98 11.81 31.36 -
YUV 96.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 151 57 153 0.01 0.63 0 0.4 298.75 0.46 0.41
Hex 97 39 99 1 3F 0 28 12B 2E 29
Octal 227 71 231 1 77 0 50 453 56 51
Binary 10010111 111001 10011001 1 111111 0 101000 100101011 101110 101001

Color Harmonies of #973999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973999

Black with #973999

Text Example


Text Example

White with #973999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973999; }

 p { color: rgb(151,57,153); }

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

background-color css

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

 a { background-color: rgb(151,57,153); }

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

border-color css

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

 span { border-color: rgb(151,57,153); }

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