Html Css Color HEX #973BFB Blue Violet

📋 copy color: '#973BFB'

red 151 ◦ green 59 ◦ blue 251

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

Shades of Blue Violet #973BFB

Tints of Blue Violet #973BFB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.8%

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 32.75%
G = 12.8%
B = 54.45%

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

#973BFB (or 0x973BFB) is known color: Blue Violet. HEX triplet: 97, 3B and FB. RGB value is (151,59,251). Sum of RGB (Red+Green+Blue) = 151+59+251=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #973BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973BFB is #68C404. Grayscale: #6B6B6B. Windows color (decimal): -6865925 or 16464791. OLE color: 16464791.

HSL color Cylindrical-coordinate representation of color #973BFB: hue angle of 268.75º degrees, saturation: 0.96, 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 #973BFB is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 59 251 -
CMYK 0.40 0.76 0 0.02
HSL 268.75º 0.96% 0.61% -
HSV(B) 268.75º 0.76% 0.98% -
XYZ 31.74 16.67 92.81 -
YUV 108.4 208.48 158.39 -
System Red Green Blue C M Y K H S L
Decimal 151 59 251 0.40 0.76 0 0.02 268.75 0.96 0.61
Hex 97 3B FB 28 4C 0 2 10D 60 3D
Octal 227 73 373 50 114 0 2 415 140 75
Binary 10010111 111011 11111011 101000 1001100 0 10 100001101 1100000 111101

Color Harmonies of #973BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973BFB

Black with #973BFB

Text Example


Text Example

White with #973BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,59,251); }

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

background-color css

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

 a { background-color: rgb(151,59,251); }

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

border-color css

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

 span { border-color: rgb(151,59,251); }

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