Html Css Color HEX #972EFD Blue Violet

📋 copy color: '#972EFD'

red 151 ◦ green 46 ◦ blue 253

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

Shades of Blue Violet #972EFD

Tints of Blue Violet #972EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.22%

R = 33.56%
G = 10.22%
B = 56.22%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#972EFD (or 0x972EFD) is known color: Blue Violet. HEX triplet: 97, 2E and FD. RGB value is (151,46,253). Sum of RGB (Red+Green+Blue) = 151+46+253=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #972EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972EFD is #68D102. Grayscale: #646464. Windows color (decimal): -6869251 or 16592535. OLE color: 16592535.

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

Color convert

RGB 151 46 253 -
CMYK 0.40 0.82 0 0.01
HSL 270.43º 0.98% 0.59% -
HSV(B) 270.43º 0.82% 0.99% -
XYZ 31.47 15.63 94.29 -
YUV 100.99 213.79 163.67 -
System Red Green Blue C M Y K H S L
Decimal 151 46 253 0.40 0.82 0 0.01 270.43 0.98 0.59
Hex 97 2E FD 28 52 0 1 10E 62 3B
Octal 227 56 375 50 122 0 1 416 142 73
Binary 10010111 101110 11111101 101000 1010010 0 1 100001110 1100010 111011

Color Harmonies of #972EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972EFD

Black with #972EFD

Text Example


Text Example

White with #972EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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