#9670E4

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

Shades of Medium Purple #9670E4

Tints of Medium Purple #9670E4

Color information

#9670E4 (or 0x9670E4) is unknown color: approx Medium Purple. HEX triplet: 96, 70 and E4. RGB value is (150,112,228). Sum of RGB (Red+Green+Blue) = 150+112+228=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 228 - color contains mainly: blue. Hex color #9670E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670E4 is #698F1B. Grayscale: #888888. Windows color (decimal): -6917916 or 14971030. OLE color: 14971030.

HSL color Cylindrical-coordinate representation of color #9670E4: hue angle of 259.66º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9670E4 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150112228-
CMYK0.340.5100.11
HSL259.66º68.24%66.67%-
HSV(B)259.66º50.88%89.41%-
XYZ32.3823.6776.26-
YUV136.59179.59137.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 112 (44.14% from 255) = 22.86%
BLUE value IS 228 (89.45% from 255) = 46.53%
R=30.61%
G=22.86%
B=46.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1501122280.340.5100.11259.6668.2466.67
Hex9670E422330B1044443
Octal2261603444263013404104103
Binary100101101110000111001001000101100110101110000010010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9670E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9670E4; }

 p { color: rgb(150,112,228); }

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

<style>
 a { background-color: #9670E4; }

 a { background-color: rgb(150,112,228); }

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

<style>
 span { border-color: #9670E4; }

 span { border-color: rgb(150,112,228); }

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