Html Css Color HEX #972EFA Blue Violet

📋 copy color: '#972EFA'

red 151 ◦ green 46 ◦ blue 250

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

Shades of Blue Violet #972EFA

Tints of Blue Violet #972EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 33.78%
G = 10.29%
B = 55.93%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#972EFA (or 0x972EFA) is known color: Blue Violet. HEX triplet: 97, 2E and FA. RGB value is (151,46,250). Sum of RGB (Red+Green+Blue) = 151+46+250=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #972EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972EFA is #68D105. Grayscale: #636363. Windows color (decimal): -6869254 or 16395927. OLE color: 16395927.

HSL color Cylindrical-coordinate representation of color #972EFA: hue angle of 270.88º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #972EFA is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 46 250 -
CMYK 0.40 0.82 0 0.02
HSL 270.88º 0.95% 0.58% -
HSV(B) 270.88º 0.82% 0.98% -
XYZ 30.99 15.44 91.79 -
YUV 100.65 212.29 163.91 -
System Red Green Blue C M Y K H S L
Decimal 151 46 250 0.40 0.82 0 0.02 270.88 0.95 0.58
Hex 97 2E FA 28 52 0 2 10F 5F 3A
Octal 227 56 372 50 122 0 2 417 137 72
Binary 10010111 101110 11111010 101000 1010010 0 10 100001111 1011111 111010

Color Harmonies of #972EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972EFA

Black with #972EFA

Text Example


Text Example

White with #972EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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