Html Css Color HEX #972CE6 Blue Violet

📋 copy color: '#972CE6'

red 151 ◦ green 44 ◦ blue 230

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

Shades of Blue Violet #972CE6

Tints of Blue Violet #972CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.12%

R = 35.53%
G = 10.35%
B = 54.12%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#972CE6 (or 0x972CE6) is known color: Blue Violet. HEX triplet: 97, 2C and E6. RGB value is (151,44,230). Sum of RGB (Red+Green+Blue) = 151+44+230=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #972CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972CE6 is #68D319. Grayscale: #606060. Windows color (decimal): -6869786 or 15084695. OLE color: 15084695.

HSL color Cylindrical-coordinate representation of color #972CE6: hue angle of 274.52º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #972CE6 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 151 44 230 -
CMYK 0.34 0.81 0 0.10
HSL 274.52º 0.79% 0.54% -
HSV(B) 274.52º 0.81% 0.9% -
XYZ 27.95 14.09 76.11 -
YUV 97.2 202.95 166.38 -
System Red Green Blue C M Y K H S L
Decimal 151 44 230 0.34 0.81 0 0.10 274.52 0.79 0.54
Hex 97 2C E6 22 51 0 A 113 4F 36
Octal 227 54 346 42 121 0 12 423 117 66
Binary 10010111 101100 11100110 100010 1010001 0 1010 100010011 1001111 110110

Color Harmonies of #972CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972CE6

Black with #972CE6

Text Example


Text Example

White with #972CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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