#9865BE

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

Shades of Amethyst #9865BE

Tints of Amethyst #9865BE

Color information

#9865BE (or 0x9865BE) is unknown color: approx Amethyst. HEX triplet: 98, 65 and BE. RGB value is (152,101,190). Sum of RGB (Red+Green+Blue) = 152+101+190=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #9865BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865BE is #679A41. Grayscale: #7E7E7E. Windows color (decimal): -6789698 or 12477848. OLE color: 12477848.

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

Color convert

RGB152101190-
CMYK0.20.4700.25
HSL274.38º40.64%57.06%-
HSV(B)274.38º46.84%74.51%-
XYZ26.919.751.1-
YUV126.4163.9146.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=34.31%
G=22.80%
B=42.89%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521011900.20.4700.25274.3840.6457.06
Hex9865BE142F0191122939
Octal23014527624570314225171
Binary1001100011001011011111010100101111011001100010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9865BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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