#9676F2

Color #9676F2 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9676F2

Tints of Medium Purple #9676F2

Color information

#9676F2 (or 0x9676F2) is unknown color: approx Medium Purple. HEX triplet: 96, 76 and F2. RGB value is (150,118,242). Sum of RGB (Red+Green+Blue) = 150+118+242=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #9676F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9676F2 is #69890D. Grayscale: #8D8D8D. Windows color (decimal): -6916366 or 15890070. OLE color: 15890070.

HSL color Cylindrical-coordinate representation of color #9676F2: hue angle of 255.48º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9676F2 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150118242-
CMYK0.380.5100.05
HSL255.48º82.67%70.59%-
HSV(B)255.48º51.24%94.9%-
XYZ35.0825.8587.15-
YUV141.7184.6133.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.41%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 242 (94.92% from 255) = 47.45%
R=29.41%
G=23.14%
B=47.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501182420.380.5100.05255.4882.6770.59
Hex9676F2263305ff5347
Octal226166362466305377123107
Binary1001011011101101111001010011011001101011111111110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9676F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9676F2; }

 p { color: rgb(150,118,242); }

 H1.HeaderClassName
 {
   color: #9676F2;
 }
 .AnyTagClassName
 {
   color: #9676F2;
 }
</style>
background-color css

<style>
 a { background-color: #9676F2; }

 a { background-color: rgb(150,118,242); }

 div.DivClassName
 {
   background-color: #9676F2;
 }
 .BgClassName
 {
   background-color: #9676F2;
 }
</style>
border-color css

<style>
 span { border-color: #9676F2; }

 span { border-color: rgb(150,118,242); }

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