Html Css Color HEX #976AED Medium Purple

📋 copy color: '#976AED'

red 151 ◦ green 106 ◦ blue 237

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

Shades of Medium Purple #976AED

Tints of Medium Purple #976AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.46%

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 30.57%
G = 21.46%
B = 47.98%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#976AED (or 0x976AED) is known color: Medium Purple. HEX triplet: 97, 6A and ED. RGB value is (151,106,237). Sum of RGB (Red+Green+Blue) = 151+106+237=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #976AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976AED is #689512. Grayscale: #858585. Windows color (decimal): -6853907 or 15559319. OLE color: 15559319.

HSL color Cylindrical-coordinate representation of color #976AED: hue angle of 260.61º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #976AED is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 106 237 -
CMYK 0.36 0.55 0 0.07
HSL 260.61º 0.78% 0.67% -
HSV(B) 260.61º 0.55% 0.93% -
XYZ 33.2 23 82.81 -
YUV 134.39 185.91 139.85 -
System Red Green Blue C M Y K H S L
Decimal 151 106 237 0.36 0.55 0 0.07 260.61 0.78 0.67
Hex 97 6A ED 24 37 0 7 105 4E 43
Octal 227 152 355 44 67 0 7 405 116 103
Binary 10010111 1101010 11101101 100100 110111 0 111 100000101 1001110 1000011

Color Harmonies of #976AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976AED

Black with #976AED

Text Example


Text Example

White with #976AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,106,237); }

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

background-color css

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

 a { background-color: rgb(151,106,237); }

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

border-color css

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

 span { border-color: rgb(151,106,237); }

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