Html Css Color HEX #976BD5 Medium Purple

📋 copy color: '#976BD5'

red 151 ◦ green 107 ◦ blue 213

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

Shades of Medium Purple #976BD5

Tints of Medium Purple #976BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 32.06%
G = 22.72%
B = 45.22%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#976BD5 (or 0x976BD5) is known color: Medium Purple. HEX triplet: 97, 6B and D5. RGB value is (151,107,213). Sum of RGB (Red+Green+Blue) = 151+107+213=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #976BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BD5 is #68942A. Grayscale: #838383. Windows color (decimal): -6853675 or 13986711. OLE color: 13986711.

HSL color Cylindrical-coordinate representation of color #976BD5: hue angle of 264.91º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #976BD5 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 107 213 -
CMYK 0.29 0.50 0 0.16
HSL 264.91º 0.56% 0.63% -
HSV(B) 264.91º 0.5% 0.84% -
XYZ 30.03 21.9 65.59 -
YUV 132.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 151 107 213 0.29 0.50 0 0.16 264.91 0.56 0.63
Hex 97 6B D5 1D 32 0 10 109 38 3F
Octal 227 153 325 35 62 0 20 411 70 77
Binary 10010111 1101011 11010101 11101 110010 0 10000 100001001 111000 111111

Color Harmonies of #976BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976BD5

Black with #976BD5

Text Example


Text Example

White with #976BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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