Html Css Color HEX #972EE9 Blue Violet

📋 copy color: '#972EE9'

red 151 ◦ green 46 ◦ blue 233

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

Shades of Blue Violet #972EE9

Tints of Blue Violet #972EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 54.19%

R = 35.12%
G = 10.7%
B = 54.19%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#972EE9 (or 0x972EE9) is known color: Blue Violet. HEX triplet: 97, 2E and E9. RGB value is (151,46,233). Sum of RGB (Red+Green+Blue) = 151+46+233=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 233 (91.41% from 255 or 54.19% from 430); Max value from RGB is 233 - color contains mainly: blue. Hex color #972EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972EE9 is #68D116. Grayscale: #626262. Windows color (decimal): -6869271 or 15281815. OLE color: 15281815.

HSL color Cylindrical-coordinate representation of color #972EE9: hue angle of 273.69º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972EE9 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 46 233 -
CMYK 0.35 0.80 0 0.09
HSL 273.69º 0.81% 0.55% -
HSV(B) 273.69º 0.8% 0.91% -
XYZ 28.45 14.42 78.37 -
YUV 98.71 203.79 165.29 -
System Red Green Blue C M Y K H S L
Decimal 151 46 233 0.35 0.80 0 0.09 273.69 0.81 0.55
Hex 97 2E E9 23 50 0 9 112 51 37
Octal 227 56 351 43 120 0 11 422 121 67
Binary 10010111 101110 11101001 100011 1010000 0 1001 100010010 1010001 110111

Color Harmonies of #972EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972EE9

Black with #972EE9

Text Example


Text Example

White with #972EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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