Html Css Color HEX #9457D7 Amethyst

📋 copy color: '#9457D7'

red 148 ◦ green 87 ◦ blue 215

#9457D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #9457D7

Tints of Amethyst #9457D7

RGB

 RED value IS 148 (58.2% from 255) = 32.89%

 GREEN value IS 87 (34.38% from 255) = 19.33%

 BLUE value IS 215 (84.38% from 255) = 47.78%

R = 32.89%
G = 19.33%
B = 47.78%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9457D7 (or 0x9457D7) is known color: Amethyst. HEX triplet: 94, 57 and D7. RGB value is (148,87,215). Sum of RGB (Red+Green+Blue) = 148+87+215=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #9457D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9457D7 is #6BA828. Grayscale: #777777. Windows color (decimal): -7055401 or 14112660. OLE color: 14112660.

HSL color Cylindrical-coordinate representation of color #9457D7: hue angle of 268.59º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9457D7 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 87 215 -
CMYK 0.31 0.60 0 0.16
HSL 268.59º 0.62% 0.59% -
HSV(B) 268.59º 0.6% 0.84% -
XYZ 27.89 18.02 66.3 -
YUV 119.83 181.71 148.09 -
System Red Green Blue C M Y K H S L
Decimal 148 87 215 0.31 0.60 0 0.16 268.59 0.62 0.59
Hex 94 57 D7 1F 3C 0 10 10D 3E 3B
Octal 224 127 327 37 74 0 20 415 76 73
Binary 10010100 1010111 11010111 11111 111100 0 10000 100001101 111110 111011

Color Harmonies of #9457D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9457D7

Black with #9457D7

Text Example


Text Example

White with #9457D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9457D7; }

 p { color: rgb(148,87,215); }

 H1.HeaderClassName
 {
   color: #9457D7;
 }
 .AnyTagClassName
 {
   color: #9457D7;
 }
</style>

background-color css

<style>
 a { background-color: #9457D7; }

 a { background-color: rgb(148,87,215); }

 div.DivClassName
 {
   background-color: #9457D7;
 }
 .BgClassName
 {
   background-color: #9457D7;
 }
</style>

border-color css

<style>
 span { border-color: #9457D7; }

 span { border-color: rgb(148,87,215); }

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