Html Css Color HEX #9460C2 Amethyst

📋 copy color: '#9460C2'

red 148 ◦ green 96 ◦ blue 194

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

Shades of Amethyst #9460C2

Tints of Amethyst #9460C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.29%

R = 33.79%
G = 21.92%
B = 44.29%

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

#9460C2 (or 0x9460C2) is known color: Amethyst. HEX triplet: 94, 60 and C2. RGB value is (148,96,194). Sum of RGB (Red+Green+Blue) = 148+96+194=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #9460C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460C2 is #6B9F3D. Grayscale: #7A7A7A. Windows color (decimal): -7053118 or 12738708. OLE color: 12738708.

HSL color Cylindrical-coordinate representation of color #9460C2: hue angle of 271.84º 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 #9460C2 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 96 194 -
CMYK 0.24 0.51 0 0.24
HSL 271.84º 0.45% 0.57% -
HSV(B) 271.84º 0.51% 0.76% -
XYZ 26.13 18.56 53.24 -
YUV 122.72 168.23 146.03 -
System Red Green Blue C M Y K H S L
Decimal 148 96 194 0.24 0.51 0 0.24 271.84 0.45 0.57
Hex 94 60 C2 18 33 0 18 110 2D 39
Octal 224 140 302 30 63 0 30 420 55 71
Binary 10010100 1100000 11000010 11000 110011 0 11000 100010000 101101 111001

Color Harmonies of #9460C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9460C2

Black with #9460C2

Text Example


Text Example

White with #9460C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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