Html Css Color HEX #973CFA Blue Violet

📋 copy color: '#973CFA'

red 151 ◦ green 60 ◦ blue 250

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

Shades of Blue Violet #973CFA

Tints of Blue Violet #973CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.02%

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

R = 32.75%
G = 13.02%
B = 54.23%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#973CFA (or 0x973CFA) is known color: Blue Violet. HEX triplet: 97, 3C and FA. RGB value is (151,60,250). Sum of RGB (Red+Green+Blue) = 151+60+250=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #973CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973CFA is #68C305. Grayscale: #6C6C6C. Windows color (decimal): -6865670 or 16399511. OLE color: 16399511.

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

Color convert

RGB 151 60 250 -
CMYK 0.40 0.76 0 0.02
HSL 268.74º 0.95% 0.61% -
HSV(B) 268.74º 0.76% 0.98% -
XYZ 31.63 16.71 92 -
YUV 108.87 207.65 158.05 -
System Red Green Blue C M Y K H S L
Decimal 151 60 250 0.40 0.76 0 0.02 268.74 0.95 0.61
Hex 97 3C FA 28 4C 0 2 10D 5F 3D
Octal 227 74 372 50 114 0 2 415 137 75
Binary 10010111 111100 11111010 101000 1001100 0 10 100001101 1011111 111101

Color Harmonies of #973CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CFA

Black with #973CFA

Text Example


Text Example

White with #973CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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