#9A75EA

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

Shades of Medium Purple #9A75EA

Tints of Medium Purple #9A75EA

Color information

#9A75EA (or 0x9A75EA) is unknown color: approx Medium Purple. HEX triplet: 9A, 75 and EA. RGB value is (154,117,234). Sum of RGB (Red+Green+Blue) = 154+117+234=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A75EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A75EA is #658A15. Grayscale: #8C8C8C. Windows color (decimal): -6654486 or 15365530. OLE color: 15365530.

HSL color Cylindrical-coordinate representation of color #9A75EA: hue angle of 258.97º 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 #9A75EA is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154117234-
CMYK0.340.500.08
HSL258.97º73.58%68.82%-
HSV(B)258.97º50%91.76%-
XYZ34.5425.5380.95-
YUV141.4180.26136.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.50%
GREEN value IS 117 (46.09% from 255) = 23.17%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=30.50%
G=23.17%
B=46.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541172340.340.500.08258.9773.5868.82
Hex9A75EA2232081034a45
Octal2321653524262010403112105
Binary100110101110101111010101000101100100100010000001110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A75EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A75EA; }

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

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

<style>
 a { background-color: #9A75EA; }

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

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

<style>
 span { border-color: #9A75EA; }

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

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