Html Css Color HEX #905EC0 Amethyst

📋 copy color: '#905EC0'

red 144 ◦ green 94 ◦ blue 192

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

Shades of Amethyst #905EC0

Tints of Amethyst #905EC0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.86%

 BLUE value IS 192 (75.39% from 255) = 44.65%

R = 33.49%
G = 21.86%
B = 44.65%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#905EC0 (or 0x905EC0) is known color: Amethyst. HEX triplet: 90, 5E and C0. RGB value is (144,94,192). Sum of RGB (Red+Green+Blue) = 144+94+192=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #905EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905EC0 is #6FA13F. Grayscale: #777777. Windows color (decimal): -7315776 or 12607120. OLE color: 12607120.

HSL color Cylindrical-coordinate representation of color #905EC0: hue angle of 270.61º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #905EC0 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 94 192 -
CMYK 0.25 0.51 0 0.25
HSL 270.61º 0.44% 0.56% -
HSV(B) 270.61º 0.51% 0.75% -
XYZ 25.02 17.74 51.97 -
YUV 120.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 144 94 192 0.25 0.51 0 0.25 270.61 0.44 0.56
Hex 90 5E C0 19 33 0 19 10F 2C 38
Octal 220 136 300 31 63 0 31 417 54 70
Binary 10010000 1011110 11000000 11001 110011 0 11001 100001111 101100 111000

Color Harmonies of #905EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905EC0

Black with #905EC0

Text Example


Text Example

White with #905EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905EC0; }

 p { color: rgb(144,94,192); }

 H1.HeaderClassName
 {
   color: #905EC0;
 }
 .AnyTagClassName
 {
   color: #905EC0;
 }
</style>

background-color css

<style>
 a { background-color: #905EC0; }

 a { background-color: rgb(144,94,192); }

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

border-color css

<style>
 span { border-color: #905EC0; }

 span { border-color: rgb(144,94,192); }

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