Html Css Color HEX #905ECA Amethyst

📋 copy color: '#905ECA'

red 144 ◦ green 94 ◦ blue 202

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

Shades of Amethyst #905ECA

Tints of Amethyst #905ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 32.73%
G = 21.36%
B = 45.91%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#905ECA (or 0x905ECA) is known color: Amethyst. HEX triplet: 90, 5E and CA. RGB value is (144,94,202). Sum of RGB (Red+Green+Blue) = 144+94+202=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #905ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ECA is #6FA135. Grayscale: #787878. Windows color (decimal): -7315766 or 13262480. OLE color: 13262480.

HSL color Cylindrical-coordinate representation of color #905ECA: hue angle of 267.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #905ECA is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 94 202 -
CMYK 0.29 0.53 0 0.21
HSL 267.78º 0.5% 0.58% -
HSV(B) 267.78º 0.53% 0.79% -
XYZ 26.16 18.2 58.01 -
YUV 121.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 144 94 202 0.29 0.53 0 0.21 267.78 0.5 0.58
Hex 90 5E CA 1D 35 0 15 10C 32 3A
Octal 220 136 312 35 65 0 25 414 62 72
Binary 10010000 1011110 11001010 11101 110101 0 10101 100001100 110010 111010

Color Harmonies of #905ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905ECA

Black with #905ECA

Text Example


Text Example

White with #905ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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