Html Css Color HEX #9465BE Amethyst

📋 copy color: '#9465BE'

red 148 ◦ green 101 ◦ blue 190

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

Shades of Amethyst #9465BE

Tints of Amethyst #9465BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.01%

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

R = 33.71%
G = 23.01%
B = 43.28%

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

#9465BE (or 0x9465BE) is known color: Amethyst. HEX triplet: 94, 65 and BE. RGB value is (148,101,190). Sum of RGB (Red+Green+Blue) = 148+101+190=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #9465BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465BE is #6B9A41. Grayscale: #7C7C7C. Windows color (decimal): -7051842 or 12477844. OLE color: 12477844.

HSL color Cylindrical-coordinate representation of color #9465BE: hue angle of 271.69º 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 #9465BE is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 101 190 -
CMYK 0.22 0.47 0 0.25
HSL 271.69º 0.41% 0.57% -
HSV(B) 271.69º 0.47% 0.75% -
XYZ 26.16 19.32 51.07 -
YUV 125.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 148 101 190 0.22 0.47 0 0.25 271.69 0.41 0.57
Hex 94 65 BE 16 2F 0 19 110 29 39
Octal 224 145 276 26 57 0 31 420 51 71
Binary 10010100 1100101 10111110 10110 101111 0 11001 100010000 101001 111001

Color Harmonies of #9465BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9465BE

Black with #9465BE

Text Example


Text Example

White with #9465BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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