Html Css Color HEX #976BF0 Medium Purple

📋 copy color: '#976BF0'

red 151 ◦ green 107 ◦ blue 240

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

Shades of Medium Purple #976BF0

Tints of Medium Purple #976BF0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.49%

 BLUE value IS 240 (94.14% from 255) = 48.19%

R = 30.32%
G = 21.49%
B = 48.19%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#976BF0 (or 0x976BF0) is known color: Medium Purple. HEX triplet: 97, 6B and F0. RGB value is (151,107,240). Sum of RGB (Red+Green+Blue) = 151+107+240=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #976BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976BF0 is #68940F. Grayscale: #868686. Windows color (decimal): -6853648 or 15756183. OLE color: 15756183.

HSL color Cylindrical-coordinate representation of color #976BF0: hue angle of 259.85º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #976BF0 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 107 240 -
CMYK 0.37 0.55 0 0.06
HSL 259.85º 0.82% 0.68% -
HSV(B) 259.85º 0.55% 0.94% -
XYZ 33.75 23.39 85.17 -
YUV 135.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 151 107 240 0.37 0.55 0 0.06 259.85 0.82 0.68
Hex 97 6B F0 25 37 0 6 104 52 44
Octal 227 153 360 45 67 0 6 404 122 104
Binary 10010111 1101011 11110000 100101 110111 0 110 100000100 1010010 1000100

Color Harmonies of #976BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976BF0

Black with #976BF0

Text Example


Text Example

White with #976BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976BF0; }

 p { color: rgb(151,107,240); }

 H1.HeaderClassName
 {
   color: #976BF0;
 }
 .AnyTagClassName
 {
   color: #976BF0;
 }
</style>

background-color css

<style>
 a { background-color: #976BF0; }

 a { background-color: rgb(151,107,240); }

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

border-color css

<style>
 span { border-color: #976BF0; }

 span { border-color: rgb(151,107,240); }

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