Html Css Color HEX #904ECF Amethyst

📋 copy color: '#904ECF'

red 144 ◦ green 78 ◦ blue 207

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

Shades of Amethyst #904ECF

Tints of Amethyst #904ECF

RGB

 RED value IS 144 (56.64% from 255) = 33.57%

 GREEN value IS 78 (30.86% from 255) = 18.18%

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

R = 33.57%
G = 18.18%
B = 48.25%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#904ECF (or 0x904ECF) is known color: Amethyst. HEX triplet: 90, 4E and CF. RGB value is (144,78,207). Sum of RGB (Red+Green+Blue) = 144+78+207=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #904ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904ECF is #6FB130. Grayscale: #6F6F6F. Windows color (decimal): -7319857 or 13586064. OLE color: 13586064.

HSL color Cylindrical-coordinate representation of color #904ECF: hue angle of 270.7º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #904ECF is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 78 207 -
CMYK 0.30 0.62 0 0.19
HSL 270.7º 0.57% 0.56% -
HSV(B) 270.7º 0.62% 0.81% -
XYZ 25.49 15.88 60.75 -
YUV 112.44 181.37 150.51 -
System Red Green Blue C M Y K H S L
Decimal 144 78 207 0.30 0.62 0 0.19 270.7 0.57 0.56
Hex 90 4E CF 1E 3E 0 13 10F 39 38
Octal 220 116 317 36 76 0 23 417 71 70
Binary 10010000 1001110 11001111 11110 111110 0 10011 100001111 111001 111000

Color Harmonies of #904ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904ECF

Black with #904ECF

Text Example


Text Example

White with #904ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904ECF; }

 p { color: rgb(144,78,207); }

 H1.HeaderClassName
 {
   color: #904ECF;
 }
 .AnyTagClassName
 {
   color: #904ECF;
 }
</style>

background-color css

<style>
 a { background-color: #904ECF; }

 a { background-color: rgb(144,78,207); }

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

border-color css

<style>
 span { border-color: #904ECF; }

 span { border-color: rgb(144,78,207); }

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