Html Css Color HEX #972EEB Blue Violet

📋 copy color: '#972EEB'

red 151 ◦ green 46 ◦ blue 235

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

Shades of Blue Violet #972EEB

Tints of Blue Violet #972EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.4%

R = 34.95%
G = 10.65%
B = 54.4%

CMYK

 C value IS 0.36

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#972EEB (or 0x972EEB) is known color: Blue Violet. HEX triplet: 97, 2E and EB. RGB value is (151,46,235). Sum of RGB (Red+Green+Blue) = 151+46+235=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #972EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972EEB is #68D114. Grayscale: #626262. Windows color (decimal): -6869269 or 15412887. OLE color: 15412887.

HSL color Cylindrical-coordinate representation of color #972EEB: hue angle of 273.33º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972EEB is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 46 235 -
CMYK 0.36 0.80 0 0.08
HSL 273.33º 0.83% 0.55% -
HSV(B) 273.33º 0.8% 0.92% -
XYZ 28.73 14.53 79.89 -
YUV 98.94 204.79 165.13 -
System Red Green Blue C M Y K H S L
Decimal 151 46 235 0.36 0.80 0 0.08 273.33 0.83 0.55
Hex 97 2E EB 24 50 0 8 111 53 37
Octal 227 56 353 44 120 0 10 421 123 67
Binary 10010111 101110 11101011 100100 1010000 0 1000 100010001 1010011 110111

Color Harmonies of #972EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972EEB

Black with #972EEB

Text Example


Text Example

White with #972EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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