#9A7FEE

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

Shades of Medium Purple #9A7FEE

Tints of Medium Purple #9A7FEE

Color information

#9A7FEE (or 0x9A7FEE) is unknown color: approx Medium Purple. HEX triplet: 9A, 7F and EE. RGB value is (154,127,238). Sum of RGB (Red+Green+Blue) = 154+127+238=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #9A7FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7FEE is #658011. Grayscale: #939393. Windows color (decimal): -6651922 or 15630234. OLE color: 15630234.

HSL color Cylindrical-coordinate representation of color #9A7FEE: hue angle of 254.59º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A7FEE is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154127238-
CMYK0.350.4700.07
HSL254.59º76.55%71.57%-
HSV(B)254.59º46.64%93.33%-
XYZ36.3528.2284.42-
YUV147.73178.95132.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 127 (50% from 255) = 24.47%
BLUE value IS 238 (93.36% from 255) = 45.86%
R=29.67%
G=24.47%
B=45.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541272380.350.4700.07254.5976.5571.57
Hex9A7FEE232F07ff4d48
Octal232177356435707377115110
Binary1001101011111111110111010001110111101111111111110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,127,238); }

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

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

 a { background-color: rgb(154,127,238); }

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

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

 span { border-color: rgb(154,127,238); }

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