Html Css Color HEX #9460C3 Amethyst

📋 copy color: '#9460C3'

red 148 ◦ green 96 ◦ blue 195

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

Shades of Amethyst #9460C3

Tints of Amethyst #9460C3

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.87%

 BLUE value IS 195 (76.56% from 255) = 44.42%

R = 33.71%
G = 21.87%
B = 44.42%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9460C3 (or 0x9460C3) is known color: Amethyst. HEX triplet: 94, 60 and C3. RGB value is (148,96,195). Sum of RGB (Red+Green+Blue) = 148+96+195=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 195 - color contains mainly: blue. Hex color #9460C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460C3 is #6B9F3C. Grayscale: #7A7A7A. Windows color (decimal): -7053117 or 12804244. OLE color: 12804244.

HSL color Cylindrical-coordinate representation of color #9460C3: hue angle of 271.52º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9460C3 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 96 195 -
CMYK 0.24 0.51 0 0.24
HSL 271.52º 0.45% 0.57% -
HSV(B) 271.52º 0.51% 0.76% -
XYZ 26.25 18.6 53.84 -
YUV 122.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 148 96 195 0.24 0.51 0 0.24 271.52 0.45 0.57
Hex 94 60 C3 18 33 0 18 110 2D 39
Octal 224 140 303 30 63 0 30 420 55 71
Binary 10010100 1100000 11000011 11000 110011 0 11000 100010000 101101 111001

Color Harmonies of #9460C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9460C3

Black with #9460C3

Text Example


Text Example

White with #9460C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9460C3; }

 p { color: rgb(148,96,195); }

 H1.HeaderClassName
 {
   color: #9460C3;
 }
 .AnyTagClassName
 {
   color: #9460C3;
 }
</style>

background-color css

<style>
 a { background-color: #9460C3; }

 a { background-color: rgb(148,96,195); }

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

border-color css

<style>
 span { border-color: #9460C3; }

 span { border-color: rgb(148,96,195); }

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