#9465BF

Color #9465BF Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #9465BF

Tints of Amethyst #9465BF

Color information

#9465BF (or 0x9465BF) is unknown color: approx Amethyst. HEX triplet: 94, 65 and BF. RGB value is (148,101,191). Sum of RGB (Red+Green+Blue) = 148+101+191=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #9465BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465BF is #6B9A40. Grayscale: #7D7D7D. Windows color (decimal): -7051841 or 12543380. OLE color: 12543380.

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

Color convert

RGB148101191-
CMYK0.230.4700.25
HSL271.33º41.28%57.25%-
HSV(B)271.33º47.12%74.9%-
XYZ26.2719.3651.64-
YUV125.31165.07144.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 191 (75% from 255) = 43.41%
R=33.64%
G=22.95%
B=43.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481011910.230.4700.25271.3341.2857.25
Hex9465BF172F01910f2939
Octal22414527727570314175171
Binary1001010011001011011111110111101111011001100001111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9465BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9465BF;
 }
 .AnyTagClassName
 {
   color: #9465BF;
 }
</style>
background-color css

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

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

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

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

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

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