Html Css Color HEX #971CFC Blue Violet

📋 copy color: '#971CFC'

red 151 ◦ green 28 ◦ blue 252

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

Shades of Blue Violet #971CFC

Tints of Blue Violet #971CFC

RGB

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

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

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

R = 35.03%
G = 6.5%
B = 58.47%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#971CFC (or 0x971CFC) is known color: Blue Violet. HEX triplet: 97, 1C and FC. RGB value is (151,28,252). Sum of RGB (Red+Green+Blue) = 151+28+252=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #971CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971CFC is #68E303. Grayscale: #595959. Windows color (decimal): -6873860 or 16522391. OLE color: 16522391.

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

Color convert

RGB 151 28 252 -
CMYK 0.40 0.89 0 0.01
HSL 272.95º 0.97% 0.55% -
HSV(B) 272.95º 0.89% 0.99% -
XYZ 30.75 14.44 93.26 -
YUV 90.31 219.25 171.29 -
System Red Green Blue C M Y K H S L
Decimal 151 28 252 0.40 0.89 0 0.01 272.95 0.97 0.55
Hex 97 1C FC 28 59 0 1 111 61 37
Octal 227 34 374 50 131 0 1 421 141 67
Binary 10010111 11100 11111100 101000 1011001 0 1 100010001 1100001 110111

Color Harmonies of #971CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CFC

Black with #971CFC

Text Example


Text Example

White with #971CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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