Html Css Color HEX #9461D8 Amethyst

📋 copy color: '#9461D8'

red 148 ◦ green 97 ◦ blue 216

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

Shades of Amethyst #9461D8

Tints of Amethyst #9461D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.85%

R = 32.1%
G = 21.04%
B = 46.85%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9461D8 (or 0x9461D8) is known color: Amethyst. HEX triplet: 94, 61 and D8. RGB value is (148,97,216). Sum of RGB (Red+Green+Blue) = 148+97+216=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #9461D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461D8 is #6B9E27. Grayscale: #7D7D7D. Windows color (decimal): -7052840 or 14180756. OLE color: 14180756.

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

Color convert

RGB 148 97 216 -
CMYK 0.31 0.55 0 0.15
HSL 265.71º 0.6% 0.61% -
HSV(B) 265.71º 0.55% 0.85% -
XYZ 28.88 19.8 67.27 -
YUV 125.82 178.9 143.82 -
System Red Green Blue C M Y K H S L
Decimal 148 97 216 0.31 0.55 0 0.15 265.71 0.6 0.61
Hex 94 61 D8 1F 37 0 F 10A 3C 3D
Octal 224 141 330 37 67 0 17 412 74 75
Binary 10010100 1100001 11011000 11111 110111 0 1111 100001010 111100 111101

Color Harmonies of #9461D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461D8

Black with #9461D8

Text Example


Text Example

White with #9461D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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