Html Css Color HEX #945DDD Amethyst

📋 copy color: '#945DDD'

red 148 ◦ green 93 ◦ blue 221

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

Shades of Amethyst #945DDD

Tints of Amethyst #945DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 32.03%
G = 20.13%
B = 47.84%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#945DDD (or 0x945DDD) is known color: Amethyst. HEX triplet: 94, 5D and DD. RGB value is (148,93,221). Sum of RGB (Red+Green+Blue) = 148+93+221=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #945DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DDD is #6BA222. Grayscale: #7B7B7B. Windows color (decimal): -7053859 or 14507412. OLE color: 14507412.

HSL color Cylindrical-coordinate representation of color #945DDD: hue angle of 265.78º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #945DDD is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 93 221 -
CMYK 0.33 0.58 0 0.13
HSL 265.78º 0.65% 0.62% -
HSV(B) 265.78º 0.58% 0.87% -
XYZ 29.18 19.35 70.6 -
YUV 124.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 148 93 221 0.33 0.58 0 0.13 265.78 0.65 0.62
Hex 94 5D DD 21 3A 0 D 10A 41 3E
Octal 224 135 335 41 72 0 15 412 101 76
Binary 10010100 1011101 11011101 100001 111010 0 1101 100001010 1000001 111110

Color Harmonies of #945DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945DDD

Black with #945DDD

Text Example


Text Example

White with #945DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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