#9D4CE7

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

Shades of Amethyst #9D4CE7

Tints of Amethyst #9D4CE7

Color information

#9D4CE7 (or 0x9D4CE7) is unknown color: approx Amethyst. HEX triplet: 9D, 4C and E7. RGB value is (157,76,231). Sum of RGB (Red+Green+Blue) = 157+76+231=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #9D4CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4CE7 is #62B318. Grayscale: #757575. Windows color (decimal): -6468377 or 15158429. OLE color: 15158429.

HSL color Cylindrical-coordinate representation of color #9D4CE7: hue angle of 271.35º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D4CE7 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15776231-
CMYK0.320.6700.09
HSL271.35º76.35%60.2%-
HSV(B)271.35º67.1%90.59%-
XYZ30.9118.1177.47-
YUV117.89191.84155.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.84%
GREEN value IS 76 (30.08% from 255) = 16.38%
BLUE value IS 231 (90.62% from 255) = 49.78%
R=33.84%
G=16.38%
B=49.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal157762310.320.6700.09271.3576.3560.2
Hex9D4CE720430910f4c3c
Octal2351143474010301141711474
Binary100111011001100111001111000001000011010011000011111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,76,231); }

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

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

 a { background-color: rgb(157,76,231); }

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

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

 span { border-color: rgb(157,76,231); }

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