Html Css Color HEX #976DF2 Medium Purple

📋 copy color: '#976DF2'

red 151 ◦ green 109 ◦ blue 242

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

Shades of Medium Purple #976DF2

Tints of Medium Purple #976DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.21%

R = 30.08%
G = 21.71%
B = 48.21%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#976DF2 (or 0x976DF2) is known color: Medium Purple. HEX triplet: 97, 6D and F2. RGB value is (151,109,242). Sum of RGB (Red+Green+Blue) = 151+109+242=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #976DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976DF2 is #68920D. Grayscale: #888888. Windows color (decimal): -6853134 or 15887767. OLE color: 15887767.

HSL color Cylindrical-coordinate representation of color #976DF2: hue angle of 258.95º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #976DF2 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 109 242 -
CMYK 0.38 0.55 0 0.05
HSL 258.95º 0.84% 0.69% -
HSV(B) 258.95º 0.55% 0.95% -
XYZ 34.26 23.93 86.82 -
YUV 136.72 187.41 138.19 -
System Red Green Blue C M Y K H S L
Decimal 151 109 242 0.38 0.55 0 0.05 258.95 0.84 0.69
Hex 97 6D F2 26 37 0 5 103 54 45
Octal 227 155 362 46 67 0 5 403 124 105
Binary 10010111 1101101 11110010 100110 110111 0 101 100000011 1010100 1000101

Color Harmonies of #976DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DF2

Black with #976DF2

Text Example


Text Example

White with #976DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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