#9869C2

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

Shades of Amethyst #9869C2

Tints of Amethyst #9869C2

Color information

#9869C2 (or 0x9869C2) is unknown color: approx Amethyst. HEX triplet: 98, 69 and C2. RGB value is (152,105,194). Sum of RGB (Red+Green+Blue) = 152+105+194=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #9869C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869C2 is #67963D. Grayscale: #808080. Windows color (decimal): -6788670 or 12741016. OLE color: 12741016.

HSL color Cylindrical-coordinate representation of color #9869C2: hue angle of 271.69º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9869C2 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB152105194-
CMYK0.220.4600.24
HSL271.69º42.18%58.63%-
HSV(B)271.69º45.88%76.08%-
XYZ27.7420.6753.57-
YUV129.2164.57144.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 194 (76.17% from 255) = 43.02%
R=33.70%
G=23.28%
B=43.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521051940.220.4600.24271.6942.1858.63
Hex9869C2162E0181102a3b
Octal23015130226560304205273
Binary1001100011010011100001010110101110011000100010000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9869C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9869C2; }

 p { color: rgb(152,105,194); }

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

<style>
 a { background-color: #9869C2; }

 a { background-color: rgb(152,105,194); }

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

<style>
 span { border-color: #9869C2; }

 span { border-color: rgb(152,105,194); }

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