Html Css Color HEX #971CFB Blue Violet

📋 copy color: '#971CFB'

red 151 ◦ green 28 ◦ blue 251

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

Shades of Blue Violet #971CFB

Tints of Blue Violet #971CFB

RGB

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

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

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

R = 35.12%
G = 6.51%
B = 58.37%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#971CFB (or 0x971CFB) is known color: Blue Violet. HEX triplet: 97, 1C and FB. RGB value is (151,28,251). Sum of RGB (Red+Green+Blue) = 151+28+251=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #971CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971CFB is #68E304. Grayscale: #595959. Windows color (decimal): -6873861 or 16456855. OLE color: 16456855.

HSL color Cylindrical-coordinate representation of color #971CFB: hue angle of 273.09º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971CFB is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 28 251 -
CMYK 0.40 0.89 0 0.02
HSL 273.09º 0.97% 0.55% -
HSV(B) 273.09º 0.89% 0.98% -
XYZ 30.59 14.37 92.43 -
YUV 90.2 218.75 171.37 -
System Red Green Blue C M Y K H S L
Decimal 151 28 251 0.40 0.89 0 0.02 273.09 0.97 0.55
Hex 97 1C FB 28 59 0 2 111 61 37
Octal 227 34 373 50 131 0 2 421 141 67
Binary 10010111 11100 11111011 101000 1011001 0 10 100010001 1100001 110111

Color Harmonies of #971CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CFB

Black with #971CFB

Text Example


Text Example

White with #971CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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