Html Css Color HEX #945FC6 Amethyst

📋 copy color: '#945FC6'

red 148 ◦ green 95 ◦ blue 198

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

Shades of Amethyst #945FC6

Tints of Amethyst #945FC6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.54%

 BLUE value IS 198 (77.73% from 255) = 44.9%

R = 33.56%
G = 21.54%
B = 44.9%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#945FC6 (or 0x945FC6) is known color: Amethyst. HEX triplet: 94, 5F and C6. RGB value is (148,95,198). Sum of RGB (Red+Green+Blue) = 148+95+198=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #945FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FC6 is #6BA039. Grayscale: #7A7A7A. Windows color (decimal): -7053370 or 13000596. OLE color: 13000596.

HSL color Cylindrical-coordinate representation of color #945FC6: hue angle of 270.87º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #945FC6 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 95 198 -
CMYK 0.25 0.52 0 0.22
HSL 270.87º 0.47% 0.57% -
HSV(B) 270.87º 0.52% 0.78% -
XYZ 26.5 18.56 55.61 -
YUV 122.59 170.56 146.12 -
System Red Green Blue C M Y K H S L
Decimal 148 95 198 0.25 0.52 0 0.22 270.87 0.47 0.57
Hex 94 5F C6 19 34 0 16 10F 2F 39
Octal 224 137 306 31 64 0 26 417 57 71
Binary 10010100 1011111 11000110 11001 110100 0 10110 100001111 101111 111001

Color Harmonies of #945FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945FC6

Black with #945FC6

Text Example


Text Example

White with #945FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,95,198); }

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

background-color css

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

 a { background-color: rgb(148,95,198); }

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

border-color css

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

 span { border-color: rgb(148,95,198); }

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