Html Css Color HEX #976AF2 Medium Purple

📋 copy color: '#976AF2'

red 151 ◦ green 106 ◦ blue 242

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

Shades of Medium Purple #976AF2

Tints of Medium Purple #976AF2

RGB

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

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

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

R = 30.26%
G = 21.24%
B = 48.5%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#976AF2 (or 0x976AF2) is known color: Medium Purple. HEX triplet: 97, 6A and F2. RGB value is (151,106,242). Sum of RGB (Red+Green+Blue) = 151+106+242=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #976AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976AF2 is #68950D. Grayscale: #868686. Windows color (decimal): -6853902 or 15886999. OLE color: 15886999.

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

Color convert

RGB 151 106 242 -
CMYK 0.38 0.56 0 0.05
HSL 259.85º 0.84% 0.68% -
HSV(B) 259.85º 0.56% 0.95% -
XYZ 33.94 23.3 86.71 -
YUV 134.96 188.41 139.44 -
System Red Green Blue C M Y K H S L
Decimal 151 106 242 0.38 0.56 0 0.05 259.85 0.84 0.68
Hex 97 6A F2 26 38 0 5 104 54 44
Octal 227 152 362 46 70 0 5 404 124 104
Binary 10010111 1101010 11110010 100110 111000 0 101 100000100 1010100 1000100

Color Harmonies of #976AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976AF2

Black with #976AF2

Text Example


Text Example

White with #976AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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