Html Css Color HEX #976CF1 Medium Purple

📋 copy color: '#976CF1'

red 151 ◦ green 108 ◦ blue 241

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

Shades of Medium Purple #976CF1

Tints of Medium Purple #976CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.6%

 BLUE value IS 241 (94.53% from 255) = 48.2%

R = 30.2%
G = 21.6%
B = 48.2%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#976CF1 (or 0x976CF1) is known color: Medium Purple. HEX triplet: 97, 6C and F1. RGB value is (151,108,241). Sum of RGB (Red+Green+Blue) = 151+108+241=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #976CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976CF1 is #68930E. Grayscale: #878787. Windows color (decimal): -6853391 or 15821975. OLE color: 15821975.

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

Color convert

RGB 151 108 241 -
CMYK 0.37 0.55 0 0.05
HSL 259.4º 0.83% 0.68% -
HSV(B) 259.4º 0.55% 0.95% -
XYZ 34 23.66 85.99 -
YUV 136.02 187.25 138.69 -
System Red Green Blue C M Y K H S L
Decimal 151 108 241 0.37 0.55 0 0.05 259.4 0.83 0.68
Hex 97 6C F1 25 37 0 5 103 53 44
Octal 227 154 361 45 67 0 5 403 123 104
Binary 10010111 1101100 11110001 100101 110111 0 101 100000011 1010011 1000100

Color Harmonies of #976CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976CF1

Black with #976CF1

Text Example


Text Example

White with #976CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,108,241); }

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

background-color css

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

 a { background-color: rgb(151,108,241); }

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

border-color css

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

 span { border-color: rgb(151,108,241); }

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