Html Css Color HEX #972699 Vivid Violet

📋 copy color: '#972699'

red 151 ◦ green 38 ◦ blue 153

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

Shades of Vivid Violet #972699

Tints of Vivid Violet #972699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

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

R = 44.15%
G = 11.11%
B = 44.74%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#972699 (or 0x972699) is known color: Vivid Violet. HEX triplet: 97, 26 and 99. RGB value is (151,38,153). Sum of RGB (Red+Green+Blue) = 151+38+153=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #972699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972699 is #68D966. Grayscale: #545454. Windows color (decimal): -6871399 or 10036887. OLE color: 10036887.

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

Color convert

RGB 151 38 153 -
CMYK 0.01 0.75 0 0.4
HSL 298.96º 0.6% 0.37% -
HSV(B) 298.96º 0.75% 0.6% -
XYZ 19.21 10.27 31.11 -
YUV 84.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 151 38 153 0.01 0.75 0 0.4 298.96 0.6 0.37
Hex 97 26 99 1 4B 0 28 12B 3C 25
Octal 227 46 231 1 113 0 50 453 74 45
Binary 10010111 100110 10011001 1 1001011 0 101000 100101011 111100 100101

Color Harmonies of #972699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972699

Black with #972699

Text Example


Text Example

White with #972699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972699; }

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

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

background-color css

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

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

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

border-color css

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

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

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