Html Css Color HEX #972CE0 Blue Violet

📋 copy color: '#972CE0'

red 151 ◦ green 44 ◦ blue 224

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

Shades of Blue Violet #972CE0

Tints of Blue Violet #972CE0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.5%

 BLUE value IS 224 (87.89% from 255) = 53.46%

R = 36.04%
G = 10.5%
B = 53.46%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#972CE0 (or 0x972CE0) is known color: Blue Violet. HEX triplet: 97, 2C and E0. RGB value is (151,44,224). Sum of RGB (Red+Green+Blue) = 151+44+224=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #972CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972CE0 is #68D31F. Grayscale: #5F5F5F. Windows color (decimal): -6869792 or 14691479. OLE color: 14691479.

HSL color Cylindrical-coordinate representation of color #972CE0: hue angle of 275.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972CE0 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 44 224 -
CMYK 0.33 0.80 0 0.12
HSL 275.67º 0.74% 0.53% -
HSV(B) 275.67º 0.8% 0.88% -
XYZ 27.12 13.76 71.75 -
YUV 96.51 199.95 166.86 -
System Red Green Blue C M Y K H S L
Decimal 151 44 224 0.33 0.80 0 0.12 275.67 0.74 0.53
Hex 97 2C E0 21 50 0 C 114 4A 35
Octal 227 54 340 41 120 0 14 424 112 65
Binary 10010111 101100 11100000 100001 1010000 0 1100 100010100 1001010 110101

Color Harmonies of #972CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972CE0

Black with #972CE0

Text Example


Text Example

White with #972CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,44,224); }

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

background-color css

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

 a { background-color: rgb(151,44,224); }

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

border-color css

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

 span { border-color: rgb(151,44,224); }

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