Html Css Color HEX #976CE0 Medium Purple

📋 copy color: '#976CE0'

red 151 ◦ green 108 ◦ blue 224

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

Shades of Medium Purple #976CE0

Tints of Medium Purple #976CE0

RGB

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

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

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

R = 31.26%
G = 22.36%
B = 46.38%

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

#976CE0 (or 0x976CE0) is known color: Medium Purple. HEX triplet: 97, 6C and E0. RGB value is (151,108,224). Sum of RGB (Red+Green+Blue) = 151+108+224=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #976CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CE0 is #68931F. Grayscale: #858585. Windows color (decimal): -6853408 or 14707863. OLE color: 14707863.

HSL color Cylindrical-coordinate representation of color #976CE0: hue angle of 262.24º 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 #976CE0 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 108 224 -
CMYK 0.33 0.52 0 0.12
HSL 262.24º 0.65% 0.65% -
HSV(B) 262.24º 0.52% 0.88% -
XYZ 31.58 22.69 73.24 -
YUV 134.08 178.75 140.07 -
System Red Green Blue C M Y K H S L
Decimal 151 108 224 0.33 0.52 0 0.12 262.24 0.65 0.65
Hex 97 6C E0 21 34 0 C 106 41 41
Octal 227 154 340 41 64 0 14 406 101 101
Binary 10010111 1101100 11100000 100001 110100 0 1100 100000110 1000001 1000001

Color Harmonies of #976CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976CE0

Black with #976CE0

Text Example


Text Example

White with #976CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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