Html Css Color HEX #9457DD Amethyst

📋 copy color: '#9457DD'

red 148 ◦ green 87 ◦ blue 221

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

Shades of Amethyst #9457DD

Tints of Amethyst #9457DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 32.46%
G = 19.08%
B = 48.46%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9457DD (or 0x9457DD) is known color: Amethyst. HEX triplet: 94, 57 and DD. RGB value is (148,87,221). Sum of RGB (Red+Green+Blue) = 148+87+221=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #9457DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9457DD is #6BA822. Grayscale: #787878. Windows color (decimal): -7055395 or 14505876. OLE color: 14505876.

HSL color Cylindrical-coordinate representation of color #9457DD: hue angle of 267.31º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9457DD is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 87 221 -
CMYK 0.33 0.61 0 0.13
HSL 267.31º 0.66% 0.6% -
HSV(B) 267.31º 0.61% 0.87% -
XYZ 28.67 18.33 70.43 -
YUV 120.52 184.71 147.6 -
System Red Green Blue C M Y K H S L
Decimal 148 87 221 0.33 0.61 0 0.13 267.31 0.66 0.6
Hex 94 57 DD 21 3D 0 D 10B 42 3C
Octal 224 127 335 41 75 0 15 413 102 74
Binary 10010100 1010111 11011101 100001 111101 0 1101 100001011 1000010 111100

Color Harmonies of #9457DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9457DD

Black with #9457DD

Text Example


Text Example

White with #9457DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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