Html Css Color HEX #9457CF Amethyst

📋 copy color: '#9457CF'

red 148 ◦ green 87 ◦ blue 207

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

Shades of Amethyst #9457CF

Tints of Amethyst #9457CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.83%

R = 33.48%
G = 19.68%
B = 46.83%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9457CF (or 0x9457CF) is known color: Amethyst. HEX triplet: 94, 57 and CF. RGB value is (148,87,207). Sum of RGB (Red+Green+Blue) = 148+87+207=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #9457CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9457CF is #6BA830. Grayscale: #767676. Windows color (decimal): -7055409 or 13588372. OLE color: 13588372.

HSL color Cylindrical-coordinate representation of color #9457CF: hue angle of 270.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9457CF is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 87 207 -
CMYK 0.29 0.58 0 0.19
HSL 270.5º 0.56% 0.58% -
HSV(B) 270.5º 0.58% 0.81% -
XYZ 26.88 17.62 61.02 -
YUV 118.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 148 87 207 0.29 0.58 0 0.19 270.5 0.56 0.58
Hex 94 57 CF 1D 3A 0 13 10E 38 3A
Octal 224 127 317 35 72 0 23 416 70 72
Binary 10010100 1010111 11001111 11101 111010 0 10011 100001110 111000 111010

Color Harmonies of #9457CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9457CF

Black with #9457CF

Text Example


Text Example

White with #9457CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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