Html Css Color HEX #945EC9 Amethyst

📋 copy color: '#945EC9'

red 148 ◦ green 94 ◦ blue 201

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

Shades of Amethyst #945EC9

Tints of Amethyst #945EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.37%

R = 33.41%
G = 21.22%
B = 45.37%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#945EC9 (or 0x945EC9) is known color: Amethyst. HEX triplet: 94, 5E and C9. RGB value is (148,94,201). Sum of RGB (Red+Green+Blue) = 148+94+201=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #945EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945EC9 is #6BA136. Grayscale: #797979. Windows color (decimal): -7053623 or 13196948. OLE color: 13196948.

HSL color Cylindrical-coordinate representation of color #945EC9: hue angle of 270.28º 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 #945EC9 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 94 201 -
CMYK 0.26 0.53 0 0.21
HSL 270.28º 0.5% 0.58% -
HSV(B) 270.28º 0.53% 0.79% -
XYZ 26.76 18.52 57.42 -
YUV 122.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 148 94 201 0.26 0.53 0 0.21 270.28 0.5 0.58
Hex 94 5E C9 1A 35 0 15 10E 32 3A
Octal 224 136 311 32 65 0 25 416 62 72
Binary 10010100 1011110 11001001 11010 110101 0 10101 100001110 110010 111010

Color Harmonies of #945EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945EC9

Black with #945EC9

Text Example


Text Example

White with #945EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945EC9; }

 p { color: rgb(148,94,201); }

 H1.HeaderClassName
 {
   color: #945EC9;
 }
 .AnyTagClassName
 {
   color: #945EC9;
 }
</style>

background-color css

<style>
 a { background-color: #945EC9; }

 a { background-color: rgb(148,94,201); }

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

border-color css

<style>
 span { border-color: #945EC9; }

 span { border-color: rgb(148,94,201); }

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