Html Css Color HEX #971CF8 Blue Violet

📋 copy color: '#971CF8'

red 151 ◦ green 28 ◦ blue 248

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

Shades of Blue Violet #971CF8

Tints of Blue Violet #971CF8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.56%

 BLUE value IS 248 (97.27% from 255) = 58.08%

R = 35.36%
G = 6.56%
B = 58.08%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#971CF8 (or 0x971CF8) is known color: Blue Violet. HEX triplet: 97, 1C and F8. RGB value is (151,28,248). Sum of RGB (Red+Green+Blue) = 151+28+248=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 248 (97.27% from 255 or 58.08% from 427); Max value from RGB is 248 - color contains mainly: blue. Hex color #971CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971CF8 is #68E307. Grayscale: #595959. Windows color (decimal): -6873864 or 16260247. OLE color: 16260247.

HSL color Cylindrical-coordinate representation of color #971CF8: hue angle of 273.55º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971CF8 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 28 248 -
CMYK 0.39 0.89 0 0.03
HSL 273.55º 0.94% 0.54% -
HSV(B) 273.55º 0.89% 0.97% -
XYZ 30.12 14.19 89.96 -
YUV 89.86 217.25 171.61 -
System Red Green Blue C M Y K H S L
Decimal 151 28 248 0.39 0.89 0 0.03 273.55 0.94 0.54
Hex 97 1C F8 27 59 0 3 112 5E 36
Octal 227 34 370 47 131 0 3 422 136 66
Binary 10010111 11100 11111000 100111 1011001 0 11 100010010 1011110 110110

Color Harmonies of #971CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CF8

Black with #971CF8

Text Example


Text Example

White with #971CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971CF8; }

 p { color: rgb(151,28,248); }

 H1.HeaderClassName
 {
   color: #971CF8;
 }
 .AnyTagClassName
 {
   color: #971CF8;
 }
</style>

background-color css

<style>
 a { background-color: #971CF8; }

 a { background-color: rgb(151,28,248); }

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

border-color css

<style>
 span { border-color: #971CF8; }

 span { border-color: rgb(151,28,248); }

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