Html Css Color HEX #9461C8 Amethyst

📋 copy color: '#9461C8'

red 148 ◦ green 97 ◦ blue 200

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

Shades of Amethyst #9461C8

Tints of Amethyst #9461C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.94%

R = 33.26%
G = 21.8%
B = 44.94%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9461C8 (or 0x9461C8) is known color: Amethyst. HEX triplet: 94, 61 and C8. RGB value is (148,97,200). Sum of RGB (Red+Green+Blue) = 148+97+200=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #9461C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461C8 is #6B9E37. Grayscale: #7B7B7B. Windows color (decimal): -7052856 or 13132180. OLE color: 13132180.

HSL color Cylindrical-coordinate representation of color #9461C8: hue angle of 269.71º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9461C8 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 97 200 -
CMYK 0.26 0.52 0 0.22
HSL 269.71º 0.48% 0.58% -
HSV(B) 269.71º 0.52% 0.78% -
XYZ 26.91 19.02 56.9 -
YUV 123.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 148 97 200 0.26 0.52 0 0.22 269.71 0.48 0.58
Hex 94 61 C8 1A 34 0 16 10E 30 3A
Octal 224 141 310 32 64 0 26 416 60 72
Binary 10010100 1100001 11001000 11010 110100 0 10110 100001110 110000 111010

Color Harmonies of #9461C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461C8

Black with #9461C8

Text Example


Text Example

White with #9461C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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