Html Css Color HEX #976BE0 Medium Purple

📋 copy color: '#976BE0'

red 151 ◦ green 107 ◦ blue 224

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

Shades of Medium Purple #976BE0

Tints of Medium Purple #976BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 31.33%
G = 22.2%
B = 46.47%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#976BE0 (or 0x976BE0) is known color: Medium Purple. HEX triplet: 97, 6B and E0. RGB value is (151,107,224). Sum of RGB (Red+Green+Blue) = 151+107+224=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #976BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BE0 is #68941F. Grayscale: #858585. Windows color (decimal): -6853664 or 14707607. OLE color: 14707607.

HSL color Cylindrical-coordinate representation of color #976BE0: hue angle of 262.56º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #976BE0 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 107 224 -
CMYK 0.33 0.52 0 0.12
HSL 262.56º 0.65% 0.65% -
HSV(B) 262.56º 0.52% 0.88% -
XYZ 31.47 22.48 73.2 -
YUV 133.49 179.08 140.49 -
System Red Green Blue C M Y K H S L
Decimal 151 107 224 0.33 0.52 0 0.12 262.56 0.65 0.65
Hex 97 6B E0 21 34 0 C 107 41 41
Octal 227 153 340 41 64 0 14 407 101 101
Binary 10010111 1101011 11100000 100001 110100 0 1100 100000111 1000001 1000001

Color Harmonies of #976BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976BE0

Black with #976BE0

Text Example


Text Example

White with #976BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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