Html Css Color HEX #976CDE Medium Purple

📋 copy color: '#976CDE'

red 151 ◦ green 108 ◦ blue 222

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

Shades of Medium Purple #976CDE

Tints of Medium Purple #976CDE

RGB

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

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

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

R = 31.39%
G = 22.45%
B = 46.15%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#976CDE (or 0x976CDE) is known color: Medium Purple. HEX triplet: 97, 6C and DE. RGB value is (151,108,222). Sum of RGB (Red+Green+Blue) = 151+108+222=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #976CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CDE is #689321. Grayscale: #858585. Windows color (decimal): -6853410 or 14576791. OLE color: 14576791.

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

Color convert

RGB 151 108 222 -
CMYK 0.32 0.51 0 0.13
HSL 262.63º 0.63% 0.65% -
HSV(B) 262.63º 0.51% 0.87% -
XYZ 31.31 22.58 71.82 -
YUV 133.85 177.75 140.23 -
System Red Green Blue C M Y K H S L
Decimal 151 108 222 0.32 0.51 0 0.13 262.63 0.63 0.65
Hex 97 6C DE 20 33 0 D 107 3F 41
Octal 227 154 336 40 63 0 15 407 77 101
Binary 10010111 1101100 11011110 100000 110011 0 1101 100000111 111111 1000001

Color Harmonies of #976CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976CDE

Black with #976CDE

Text Example


Text Example

White with #976CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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