Html Css Color HEX #976FDE Medium Purple

📋 copy color: '#976FDE'

red 151 ◦ green 111 ◦ blue 222

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

Shades of Medium Purple #976FDE

Tints of Medium Purple #976FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.93%

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 31.2%
G = 22.93%
B = 45.87%

CMYK

 C value IS 0.32

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#976FDE (or 0x976FDE) is known color: Medium Purple. HEX triplet: 97, 6F and DE. RGB value is (151,111,222). Sum of RGB (Red+Green+Blue) = 151+111+222=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #976FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FDE is #689021. Grayscale: #878787. Windows color (decimal): -6852642 or 14577559. OLE color: 14577559.

HSL color Cylindrical-coordinate representation of color #976FDE: hue angle of 261.62º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #976FDE is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 111 222 -
CMYK 0.32 0.5 0 0.13
HSL 261.62º 0.63% 0.65% -
HSV(B) 261.62º 0.5% 0.87% -
XYZ 31.63 23.22 71.92 -
YUV 135.61 176.75 138.97 -
System Red Green Blue C M Y K H S L
Decimal 151 111 222 0.32 0.5 0 0.13 261.62 0.63 0.65
Hex 97 6F DE 20 32 0 D 106 3F 41
Octal 227 157 336 40 62 0 15 406 77 101
Binary 10010111 1101111 11011110 100000 110010 0 1101 100000110 111111 1000001

Color Harmonies of #976FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976FDE

Black with #976FDE

Text Example


Text Example

White with #976FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,111,222); }

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

background-color css

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

 a { background-color: rgb(151,111,222); }

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

border-color css

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

 span { border-color: rgb(151,111,222); }

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