Html Css Color HEX #9461BE Amethyst

📋 copy color: '#9461BE'

red 148 ◦ green 97 ◦ blue 190

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

Shades of Amethyst #9461BE

Tints of Amethyst #9461BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.3%

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 34.02%
G = 22.3%
B = 43.68%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9461BE (or 0x9461BE) is known color: Amethyst. HEX triplet: 94, 61 and BE. RGB value is (148,97,190). Sum of RGB (Red+Green+Blue) = 148+97+190=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #9461BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461BE is #6B9E41. Grayscale: #7A7A7A. Windows color (decimal): -7052866 or 12476820. OLE color: 12476820.

HSL color Cylindrical-coordinate representation of color #9461BE: hue angle of 272.9º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9461BE is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 97 190 -
CMYK 0.22 0.49 0 0.25
HSL 272.9º 0.42% 0.56% -
HSV(B) 272.9º 0.49% 0.75% -
XYZ 25.78 18.56 50.94 -
YUV 122.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 148 97 190 0.22 0.49 0 0.25 272.9 0.42 0.56
Hex 94 61 BE 16 31 0 19 111 2A 38
Octal 224 141 276 26 61 0 31 421 52 70
Binary 10010100 1100001 10111110 10110 110001 0 11001 100010001 101010 111000

Color Harmonies of #9461BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461BE

Black with #9461BE

Text Example


Text Example

White with #9461BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9461BE; }

 p { color: rgb(148,97,190); }

 H1.HeaderClassName
 {
   color: #9461BE;
 }
 .AnyTagClassName
 {
   color: #9461BE;
 }
</style>

background-color css

<style>
 a { background-color: #9461BE; }

 a { background-color: rgb(148,97,190); }

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

border-color css

<style>
 span { border-color: #9461BE; }

 span { border-color: rgb(148,97,190); }

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