Html Css Color HEX #971CFA Blue Violet

📋 copy color: '#971CFA'

red 151 ◦ green 28 ◦ blue 250

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

Shades of Blue Violet #971CFA

Tints of Blue Violet #971CFA

RGB

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

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

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

R = 35.2%
G = 6.53%
B = 58.28%

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

#971CFA (or 0x971CFA) is known color: Blue Violet. HEX triplet: 97, 1C and FA. RGB value is (151,28,250). Sum of RGB (Red+Green+Blue) = 151+28+250=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #971CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971CFA is #68E305. Grayscale: #595959. Windows color (decimal): -6873862 or 16391319. OLE color: 16391319.

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

Color convert

RGB 151 28 250 -
CMYK 0.40 0.89 0 0.02
HSL 273.24º 0.96% 0.55% -
HSV(B) 273.24º 0.89% 0.98% -
XYZ 30.43 14.31 91.6 -
YUV 90.09 218.25 171.45 -
System Red Green Blue C M Y K H S L
Decimal 151 28 250 0.40 0.89 0 0.02 273.24 0.96 0.55
Hex 97 1C FA 28 59 0 2 111 60 37
Octal 227 34 372 50 131 0 2 421 140 67
Binary 10010111 11100 11111010 101000 1011001 0 10 100010001 1100000 110111

Color Harmonies of #971CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CFA

Black with #971CFA

Text Example


Text Example

White with #971CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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