Html Css Color HEX #972E9E Vivid Violet

📋 copy color: '#972E9E'

red 151 ◦ green 46 ◦ blue 158

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

Shades of Vivid Violet #972E9E

Tints of Vivid Violet #972E9E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.96%

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 42.54%
G = 12.96%
B = 44.51%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#972E9E (or 0x972E9E) is known color: Vivid Violet. HEX triplet: 97, 2E and 9E. RGB value is (151,46,158). Sum of RGB (Red+Green+Blue) = 151+46+158=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #972E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972E9E is #68D161. Grayscale: #595959. Windows color (decimal): -6869346 or 10366615. OLE color: 10366615.

HSL color Cylindrical-coordinate representation of color #972E9E: hue angle of 296.25º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972E9E is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 46 158 -
CMYK 0.04 0.71 0 0.38
HSL 296.25º 0.55% 0.4% -
HSV(B) 296.25º 0.71% 0.62% -
XYZ 19.91 11 33.42 -
YUV 90.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 151 46 158 0.04 0.71 0 0.38 296.25 0.55 0.4
Hex 97 2E 9E 4 47 0 26 128 37 28
Octal 227 56 236 4 107 0 46 450 67 50
Binary 10010111 101110 10011110 100 1000111 0 100110 100101000 110111 101000

Color Harmonies of #972E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972E9E

Black with #972E9E

Text Example


Text Example

White with #972E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972E9E; }

 p { color: rgb(151,46,158); }

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

background-color css

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

 a { background-color: rgb(151,46,158); }

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

border-color css

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

 span { border-color: rgb(151,46,158); }

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