Html Css Color HEX #945CDC Amethyst

📋 copy color: '#945CDC'

red 148 ◦ green 92 ◦ blue 220

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

Shades of Amethyst #945CDC

Tints of Amethyst #945CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 32.17%
G = 20%
B = 47.83%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#945CDC (or 0x945CDC) is known color: Amethyst. HEX triplet: 94, 5C and DC. RGB value is (148,92,220). Sum of RGB (Red+Green+Blue) = 148+92+220=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #945CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CDC is #6BA323. Grayscale: #7A7A7A. Windows color (decimal): -7054116 or 14441620. OLE color: 14441620.

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

Color convert

RGB 148 92 220 -
CMYK 0.33 0.58 0 0.14
HSL 266.25º 0.65% 0.61% -
HSV(B) 266.25º 0.58% 0.86% -
XYZ 28.96 19.12 69.87 -
YUV 123.34 182.55 145.59 -
System Red Green Blue C M Y K H S L
Decimal 148 92 220 0.33 0.58 0 0.14 266.25 0.65 0.61
Hex 94 5C DC 21 3A 0 E 10A 41 3D
Octal 224 134 334 41 72 0 16 412 101 75
Binary 10010100 1011100 11011100 100001 111010 0 1110 100001010 1000001 111101

Color Harmonies of #945CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945CDC

Black with #945CDC

Text Example


Text Example

White with #945CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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