Html Css Color HEX #9461DA Amethyst

📋 copy color: '#9461DA'

red 148 ◦ green 97 ◦ blue 218

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

Shades of Amethyst #9461DA

Tints of Amethyst #9461DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 31.97%
G = 20.95%
B = 47.08%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9461DA (or 0x9461DA) is known color: Amethyst. HEX triplet: 94, 61 and DA. RGB value is (148,97,218). Sum of RGB (Red+Green+Blue) = 148+97+218=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #9461DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461DA is #6B9E25. Grayscale: #7D7D7D. Windows color (decimal): -7052838 or 14311828. OLE color: 14311828.

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

Color convert

RGB 148 97 218 -
CMYK 0.32 0.56 0 0.15
HSL 265.29º 0.62% 0.62% -
HSV(B) 265.29º 0.56% 0.85% -
XYZ 29.14 19.91 68.64 -
YUV 126.04 179.9 143.66 -
System Red Green Blue C M Y K H S L
Decimal 148 97 218 0.32 0.56 0 0.15 265.29 0.62 0.62
Hex 94 61 DA 20 38 0 F 109 3E 3E
Octal 224 141 332 40 70 0 17 411 76 76
Binary 10010100 1100001 11011010 100000 111000 0 1111 100001001 111110 111110

Color Harmonies of #9461DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461DA

Black with #9461DA

Text Example


Text Example

White with #9461DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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