Html Css Color HEX #971FFC Blue Violet

📋 copy color: '#971FFC'

red 151 ◦ green 31 ◦ blue 252

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

Shades of Blue Violet #971FFC

Tints of Blue Violet #971FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.14%

 BLUE value IS 252 (98.83% from 255) = 58.06%

R = 34.79%
G = 7.14%
B = 58.06%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#971FFC (or 0x971FFC) is known color: Blue Violet. HEX triplet: 97, 1F and FC. RGB value is (151,31,252). Sum of RGB (Red+Green+Blue) = 151+31+252=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #971FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971FFC is #68E003. Grayscale: #5B5B5B. Windows color (decimal): -6873092 or 16523159. OLE color: 16523159.

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

Color convert

RGB 151 31 252 -
CMYK 0.40 0.88 0 0.01
HSL 272.58º 0.97% 0.55% -
HSV(B) 272.58º 0.88% 0.99% -
XYZ 30.82 14.59 93.29 -
YUV 92.07 218.26 170.03 -
System Red Green Blue C M Y K H S L
Decimal 151 31 252 0.40 0.88 0 0.01 272.58 0.97 0.55
Hex 97 1F FC 28 58 0 1 111 61 37
Octal 227 37 374 50 130 0 1 421 141 67
Binary 10010111 11111 11111100 101000 1011000 0 1 100010001 1100001 110111

Color Harmonies of #971FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FFC

Black with #971FFC

Text Example


Text Example

White with #971FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,31,252); }

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

background-color css

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

 a { background-color: rgb(151,31,252); }

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

border-color css

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

 span { border-color: rgb(151,31,252); }

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