Html Css Color HEX #976FED Medium Purple

📋 copy color: '#976FED'

red 151 ◦ green 111 ◦ blue 237

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

Shades of Medium Purple #976FED

Tints of Medium Purple #976FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 30.26%
G = 22.24%
B = 47.49%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#976FED (or 0x976FED) is known color: Medium Purple. HEX triplet: 97, 6F and ED. RGB value is (151,111,237). Sum of RGB (Red+Green+Blue) = 151+111+237=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #976FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976FED is #689012. Grayscale: #888888. Windows color (decimal): -6852627 or 15560599. OLE color: 15560599.

HSL color Cylindrical-coordinate representation of color #976FED: hue angle of 259.05º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #976FED is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 111 237 -
CMYK 0.36 0.53 0 0.07
HSL 259.05º 0.78% 0.68% -
HSV(B) 259.05º 0.53% 0.93% -
XYZ 33.73 24.06 82.99 -
YUV 137.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 151 111 237 0.36 0.53 0 0.07 259.05 0.78 0.68
Hex 97 6F ED 24 35 0 7 103 4E 44
Octal 227 157 355 44 65 0 7 403 116 104
Binary 10010111 1101111 11101101 100100 110101 0 111 100000011 1001110 1000100

Color Harmonies of #976FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976FED

Black with #976FED

Text Example


Text Example

White with #976FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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