Html Css Color HEX #973FEB Blue Violet

📋 copy color: '#973FEB'

red 151 ◦ green 63 ◦ blue 235

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

Shades of Blue Violet #973FEB

Tints of Blue Violet #973FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.03%

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

R = 33.63%
G = 14.03%
B = 52.34%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#973FEB (or 0x973FEB) is known color: Blue Violet. HEX triplet: 97, 3F and EB. RGB value is (151,63,235). Sum of RGB (Red+Green+Blue) = 151+63+235=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #973FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973FEB is #68C014. Grayscale: #6C6C6C. Windows color (decimal): -6864917 or 15417239. OLE color: 15417239.

HSL color Cylindrical-coordinate representation of color #973FEB: hue angle of 270.7º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973FEB is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 63 235 -
CMYK 0.36 0.73 0 0.08
HSL 270.7º 0.81% 0.58% -
HSV(B) 270.7º 0.73% 0.92% -
XYZ 29.54 16.13 80.15 -
YUV 108.92 199.15 158.01 -
System Red Green Blue C M Y K H S L
Decimal 151 63 235 0.36 0.73 0 0.08 270.7 0.81 0.58
Hex 97 3F EB 24 49 0 8 10F 51 3A
Octal 227 77 353 44 111 0 10 417 121 72
Binary 10010111 111111 11101011 100100 1001001 0 1000 100001111 1010001 111010

Color Harmonies of #973FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973FEB

Black with #973FEB

Text Example


Text Example

White with #973FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973FEB; }

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

 H1.HeaderClassName
 {
   color: #973FEB;
 }
 .AnyTagClassName
 {
   color: #973FEB;
 }
</style>

background-color css

<style>
 a { background-color: #973FEB; }

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

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

border-color css

<style>
 span { border-color: #973FEB; }

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

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