Html Css Color HEX #971CFF Blue Violet

📋 copy color: '#971CFF'

red 151 ◦ green 28 ◦ blue 255

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

Shades of Blue Violet #971CFF

Tints of Blue Violet #971CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 34.79%
G = 6.45%
B = 58.76%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#971CFF (or 0x971CFF) is known color: Blue Violet. HEX triplet: 97, 1C and FF. RGB value is (151,28,255). Sum of RGB (Red+Green+Blue) = 151+28+255=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #971CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971CFF is #68E300. Grayscale: #595959. Windows color (decimal): -6873857 or 16718999. OLE color: 16718999.

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

Color convert

RGB 151 28 255 -
CMYK 0.41 0.89 0 0
HSL 272.51º 1% 0.55% -
HSV(B) 272.51º 0.89% 1% -
XYZ 31.23 14.63 95.79 -
YUV 90.66 220.75 171.04 -
System Red Green Blue C M Y K H S L
Decimal 151 28 255 0.41 0.89 0 0 272.51 1 0.55
Hex 97 1C FF 29 59 0 0 111 64 37
Octal 227 34 377 51 131 0 0 421 144 67
Binary 10010111 11100 11111111 101001 1011001 0 0 100010001 1100100 110111

Color Harmonies of #971CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CFF

Black with #971CFF

Text Example


Text Example

White with #971CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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