Html Css Color HEX #9464BE Amethyst

📋 copy color: '#9464BE'

red 148 ◦ green 100 ◦ blue 190

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

Shades of Amethyst #9464BE

Tints of Amethyst #9464BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.83%

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 33.79%
G = 22.83%
B = 43.38%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9464BE (or 0x9464BE) is known color: Amethyst. HEX triplet: 94, 64 and BE. RGB value is (148,100,190). Sum of RGB (Red+Green+Blue) = 148+100+190=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #9464BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464BE is #6B9B41. Grayscale: #7C7C7C. Windows color (decimal): -7052098 or 12477588. OLE color: 12477588.

HSL color Cylindrical-coordinate representation of color #9464BE: hue angle of 272º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9464BE is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 100 190 -
CMYK 0.22 0.47 0 0.25
HSL 272º 0.41% 0.57% -
HSV(B) 272º 0.47% 0.75% -
XYZ 26.06 19.13 51.03 -
YUV 124.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 148 100 190 0.22 0.47 0 0.25 272 0.41 0.57
Hex 94 64 BE 16 2F 0 19 110 29 39
Octal 224 144 276 26 57 0 31 420 51 71
Binary 10010100 1100100 10111110 10110 101111 0 11001 100010000 101001 111001

Color Harmonies of #9464BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9464BE

Black with #9464BE

Text Example


Text Example

White with #9464BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9464BE; }

 p { color: rgb(148,100,190); }

 H1.HeaderClassName
 {
   color: #9464BE;
 }
 .AnyTagClassName
 {
   color: #9464BE;
 }
</style>

background-color css

<style>
 a { background-color: #9464BE; }

 a { background-color: rgb(148,100,190); }

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

border-color css

<style>
 span { border-color: #9464BE; }

 span { border-color: rgb(148,100,190); }

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