Html Css Color HEX #9461D9 Amethyst

📋 copy color: '#9461D9'

red 148 ◦ green 97 ◦ blue 217

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

Shades of Amethyst #9461D9

Tints of Amethyst #9461D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.97%

R = 32.03%
G = 21%
B = 46.97%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9461D9 (or 0x9461D9) is known color: Amethyst. HEX triplet: 94, 61 and D9. RGB value is (148,97,217). Sum of RGB (Red+Green+Blue) = 148+97+217=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #9461D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461D9 is #6B9E26. Grayscale: #7D7D7D. Windows color (decimal): -7052839 or 14246292. OLE color: 14246292.

HSL color Cylindrical-coordinate representation of color #9461D9: hue angle of 265.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9461D9 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 97 217 -
CMYK 0.32 0.55 0 0.15
HSL 265.5º 0.61% 0.62% -
HSV(B) 265.5º 0.55% 0.85% -
XYZ 29.01 19.86 67.95 -
YUV 125.93 179.4 143.74 -
System Red Green Blue C M Y K H S L
Decimal 148 97 217 0.32 0.55 0 0.15 265.5 0.61 0.62
Hex 94 61 D9 20 37 0 F 10A 3D 3E
Octal 224 141 331 40 67 0 17 412 75 76
Binary 10010100 1100001 11011001 100000 110111 0 1111 100001010 111101 111110

Color Harmonies of #9461D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461D9

Black with #9461D9

Text Example


Text Example

White with #9461D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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