Html Css Color HEX #945CDD Amethyst

📋 copy color: '#945CDD'

red 148 ◦ green 92 ◦ blue 221

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

Shades of Amethyst #945CDD

Tints of Amethyst #945CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.96%

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

R = 32.1%
G = 19.96%
B = 47.94%

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

#945CDD (or 0x945CDD) is known color: Amethyst. HEX triplet: 94, 5C and DD. RGB value is (148,92,221). Sum of RGB (Red+Green+Blue) = 148+92+221=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #945CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CDD is #6BA322. Grayscale: #7A7A7A. Windows color (decimal): -7054115 or 14507156. OLE color: 14507156.

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

Color convert

RGB 148 92 221 -
CMYK 0.33 0.58 0 0.13
HSL 266.05º 0.65% 0.61% -
HSV(B) 266.05º 0.58% 0.87% -
XYZ 29.09 19.17 70.57 -
YUV 123.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 148 92 221 0.33 0.58 0 0.13 266.05 0.65 0.61
Hex 94 5C DD 21 3A 0 D 10A 41 3D
Octal 224 134 335 41 72 0 15 412 101 75
Binary 10010100 1011100 11011101 100001 111010 0 1101 100001010 1000001 111101

Color Harmonies of #945CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945CDD

Black with #945CDD

Text Example


Text Example

White with #945CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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