#9675EA

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

Shades of Medium Purple #9675EA

Tints of Medium Purple #9675EA

Color information

#9675EA (or 0x9675EA) is unknown color: approx Medium Purple. HEX triplet: 96, 75 and EA. RGB value is (150,117,234). Sum of RGB (Red+Green+Blue) = 150+117+234=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #9675EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675EA is #698A15. Grayscale: #8B8B8B. Windows color (decimal): -6916630 or 15365526. OLE color: 15365526.

HSL color Cylindrical-coordinate representation of color #9675EA: hue angle of 256.92º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9675EA is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150117234-
CMYK0.360.500.08
HSL256.92º73.58%68.82%-
HSV(B)256.92º50%91.76%-
XYZ33.7925.1580.91-
YUV140.2180.93134.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 234 (91.80% from 255) = 46.71%
R=29.94%
G=23.35%
B=46.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501172340.360.500.08256.9273.5868.82
Hex9675EA2432081014a45
Octal2261653524462010401112105
Binary100101101110101111010101001001100100100010000000110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9675EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9675EA; }

 p { color: rgb(150,117,234); }

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

<style>
 a { background-color: #9675EA; }

 a { background-color: rgb(150,117,234); }

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

<style>
 span { border-color: #9675EA; }

 span { border-color: rgb(150,117,234); }

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