Html Css Color HEX #973FF1 Blue Violet

📋 copy color: '#973FF1'

red 151 ◦ green 63 ◦ blue 241

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

Shades of Blue Violet #973FF1

Tints of Blue Violet #973FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.97%

R = 33.19%
G = 13.85%
B = 52.97%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#973FF1 (or 0x973FF1) is known color: Blue Violet. HEX triplet: 97, 3F and F1. RGB value is (151,63,241). Sum of RGB (Red+Green+Blue) = 151+63+241=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #973FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973FF1 is #68C00E. Grayscale: #6C6C6C. Windows color (decimal): -6864911 or 15810455. OLE color: 15810455.

HSL color Cylindrical-coordinate representation of color #973FF1: hue angle of 269.66º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973FF1 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 63 241 -
CMYK 0.37 0.74 0 0.05
HSL 269.66º 0.86% 0.6% -
HSV(B) 269.66º 0.74% 0.95% -
XYZ 30.42 16.49 84.8 -
YUV 109.6 202.15 157.53 -
System Red Green Blue C M Y K H S L
Decimal 151 63 241 0.37 0.74 0 0.05 269.66 0.86 0.6
Hex 97 3F F1 25 4A 0 5 10E 56 3C
Octal 227 77 361 45 112 0 5 416 126 74
Binary 10010111 111111 11110001 100101 1001010 0 101 100001110 1010110 111100

Color Harmonies of #973FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973FF1

Black with #973FF1

Text Example


Text Example

White with #973FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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