Html Css Color HEX #9461D3 Amethyst

📋 copy color: '#9461D3'

red 148 ◦ green 97 ◦ blue 211

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

Shades of Amethyst #9461D3

Tints of Amethyst #9461D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.27%

R = 32.46%
G = 21.27%
B = 46.27%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9461D3 (or 0x9461D3) is known color: Amethyst. HEX triplet: 94, 61 and D3. RGB value is (148,97,211). Sum of RGB (Red+Green+Blue) = 148+97+211=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 211 - color contains mainly: blue. Hex color #9461D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461D3 is #6B9E2C. Grayscale: #7C7C7C. Windows color (decimal): -7052845 or 13853076. OLE color: 13853076.

HSL color Cylindrical-coordinate representation of color #9461D3: hue angle of 266.84º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9461D3 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 97 211 -
CMYK 0.30 0.54 0 0.17
HSL 266.84º 0.56% 0.6% -
HSV(B) 266.84º 0.54% 0.83% -
XYZ 28.25 19.55 63.91 -
YUV 125.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 148 97 211 0.30 0.54 0 0.17 266.84 0.56 0.6
Hex 94 61 D3 1E 36 0 11 10B 38 3C
Octal 224 141 323 36 66 0 21 413 70 74
Binary 10010100 1100001 11010011 11110 110110 0 10001 100001011 111000 111100

Color Harmonies of #9461D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461D3

Black with #9461D3

Text Example


Text Example

White with #9461D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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