Html Css Color HEX #945DDA Amethyst

📋 copy color: '#945DDA'

red 148 ◦ green 93 ◦ blue 218

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

Shades of Amethyst #945DDA

Tints of Amethyst #945DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.26%

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 32.24%
G = 20.26%
B = 47.49%

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

#945DDA (or 0x945DDA) is known color: Amethyst. HEX triplet: 94, 5D and DA. RGB value is (148,93,218). Sum of RGB (Red+Green+Blue) = 148+93+218=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #945DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DDA is #6BA225. Grayscale: #7B7B7B. Windows color (decimal): -7053862 or 14310804. OLE color: 14310804.

HSL color Cylindrical-coordinate representation of color #945DDA: hue angle of 266.4º degrees, saturation: 0.63, 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 #945DDA is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 93 218 -
CMYK 0.32 0.57 0 0.15
HSL 266.4º 0.63% 0.61% -
HSV(B) 266.4º 0.57% 0.85% -
XYZ 28.78 19.19 68.52 -
YUV 123.7 181.22 145.34 -
System Red Green Blue C M Y K H S L
Decimal 148 93 218 0.32 0.57 0 0.15 266.4 0.63 0.61
Hex 94 5D DA 20 39 0 F 10A 3F 3D
Octal 224 135 332 40 71 0 17 412 77 75
Binary 10010100 1011101 11011010 100000 111001 0 1111 100001010 111111 111101

Color Harmonies of #945DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945DDA

Black with #945DDA

Text Example


Text Example

White with #945DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,93,218); }

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

background-color css

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

 a { background-color: rgb(148,93,218); }

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

border-color css

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

 span { border-color: rgb(148,93,218); }

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