Html Css Color HEX #945ED9 Amethyst

📋 copy color: '#945ED9'

red 148 ◦ green 94 ◦ blue 217

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

Shades of Amethyst #945ED9

Tints of Amethyst #945ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.28%

R = 32.24%
G = 20.48%
B = 47.28%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#945ED9 (or 0x945ED9) is known color: Amethyst. HEX triplet: 94, 5E and D9. RGB value is (148,94,217). Sum of RGB (Red+Green+Blue) = 148+94+217=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #945ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ED9 is #6BA126. Grayscale: #7B7B7B. Windows color (decimal): -7053607 or 14245524. OLE color: 14245524.

HSL color Cylindrical-coordinate representation of color #945ED9: hue angle of 266.34º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #945ED9 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 94 217 -
CMYK 0.32 0.57 0 0.15
HSL 266.34º 0.62% 0.61% -
HSV(B) 266.34º 0.57% 0.85% -
XYZ 28.74 19.31 67.86 -
YUV 124.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 148 94 217 0.32 0.57 0 0.15 266.34 0.62 0.61
Hex 94 5E D9 20 39 0 F 10A 3E 3D
Octal 224 136 331 40 71 0 17 412 76 75
Binary 10010100 1011110 11011001 100000 111001 0 1111 100001010 111110 111101

Color Harmonies of #945ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945ED9

Black with #945ED9

Text Example


Text Example

White with #945ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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