Html Css Color HEX #976DEA Medium Purple

📋 copy color: '#976DEA'

red 151 ◦ green 109 ◦ blue 234

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

Shades of Medium Purple #976DEA

Tints of Medium Purple #976DEA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.06%

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 30.57%
G = 22.06%
B = 47.37%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#976DEA (or 0x976DEA) is known color: Medium Purple. HEX triplet: 97, 6D and EA. RGB value is (151,109,234). Sum of RGB (Red+Green+Blue) = 151+109+234=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #976DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976DEA is #689215. Grayscale: #878787. Windows color (decimal): -6853142 or 15363479. OLE color: 15363479.

HSL color Cylindrical-coordinate representation of color #976DEA: hue angle of 260.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #976DEA is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 109 234 -
CMYK 0.35 0.53 0 0.08
HSL 260.16º 0.75% 0.67% -
HSV(B) 260.16º 0.53% 0.92% -
XYZ 33.08 23.46 80.63 -
YUV 135.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 151 109 234 0.35 0.53 0 0.08 260.16 0.75 0.67
Hex 97 6D EA 23 35 0 8 104 4B 43
Octal 227 155 352 43 65 0 10 404 113 103
Binary 10010111 1101101 11101010 100011 110101 0 1000 100000100 1001011 1000011

Color Harmonies of #976DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DEA

Black with #976DEA

Text Example


Text Example

White with #976DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,109,234); }

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

background-color css

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

 a { background-color: rgb(151,109,234); }

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

border-color css

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

 span { border-color: rgb(151,109,234); }

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