Html Css Color HEX #945DCC Amethyst

📋 copy color: '#945DCC'

red 148 ◦ green 93 ◦ blue 204

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

Shades of Amethyst #945DCC

Tints of Amethyst #945DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 33.26%
G = 20.9%
B = 45.84%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#945DCC (or 0x945DCC) is known color: Amethyst. HEX triplet: 94, 5D and CC. RGB value is (148,93,204). Sum of RGB (Red+Green+Blue) = 148+93+204=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #945DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DCC is #6BA233. Grayscale: #797979. Windows color (decimal): -7053876 or 13393300. OLE color: 13393300.

HSL color Cylindrical-coordinate representation of color #945DCC: hue angle of 269.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #945DCC is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 93 204 -
CMYK 0.27 0.54 0 0.2
HSL 269.73º 0.52% 0.58% -
HSV(B) 269.73º 0.54% 0.8% -
XYZ 27.03 18.48 59.27 -
YUV 122.1 174.22 146.47 -
System Red Green Blue C M Y K H S L
Decimal 148 93 204 0.27 0.54 0 0.2 269.73 0.52 0.58
Hex 94 5D CC 1B 36 0 14 10E 34 3A
Octal 224 135 314 33 66 0 24 416 64 72
Binary 10010100 1011101 11001100 11011 110110 0 10100 100001110 110100 111010

Color Harmonies of #945DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945DCC

Black with #945DCC

Text Example


Text Example

White with #945DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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