Html Css Color HEX #976BDC Medium Purple

📋 copy color: '#976BDC'

red 151 ◦ green 107 ◦ blue 220

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

Shades of Medium Purple #976BDC

Tints of Medium Purple #976BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 31.59%
G = 22.38%
B = 46.03%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#976BDC (or 0x976BDC) is known color: Medium Purple. HEX triplet: 97, 6B and DC. RGB value is (151,107,220). Sum of RGB (Red+Green+Blue) = 151+107+220=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #976BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BDC is #689423. Grayscale: #848484. Windows color (decimal): -6853668 or 14445463. OLE color: 14445463.

HSL color Cylindrical-coordinate representation of color #976BDC: hue angle of 263.36º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #976BDC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 107 220 -
CMYK 0.31 0.51 0 0.14
HSL 263.36º 0.62% 0.64% -
HSV(B) 263.36º 0.51% 0.86% -
XYZ 30.94 22.26 70.38 -
YUV 133.04 177.08 140.81 -
System Red Green Blue C M Y K H S L
Decimal 151 107 220 0.31 0.51 0 0.14 263.36 0.62 0.64
Hex 97 6B DC 1F 33 0 E 107 3E 40
Octal 227 153 334 37 63 0 16 407 76 100
Binary 10010111 1101011 11011100 11111 110011 0 1110 100000111 111110 1000000

Color Harmonies of #976BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976BDC

Black with #976BDC

Text Example


Text Example

White with #976BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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