#9869C8

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

Shades of Amethyst #9869C8

Tints of Amethyst #9869C8

Color information

#9869C8 (or 0x9869C8) is unknown color: approx Amethyst. HEX triplet: 98, 69 and C8. RGB value is (152,105,200). Sum of RGB (Red+Green+Blue) = 152+105+200=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #9869C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869C8 is #679637. Grayscale: #818181. Windows color (decimal): -6788664 or 13134232. OLE color: 13134232.

HSL color Cylindrical-coordinate representation of color #9869C8: hue angle of 269.68º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9869C8 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB152105200-
CMYK0.240.4800.22
HSL269.68º46.34%59.8%-
HSV(B)269.68º47.5%78.43%-
XYZ28.4320.9557.19-
YUV129.88167.57143.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 200 (78.52% from 255) = 43.76%
R=33.26%
G=22.98%
B=43.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521052000.240.4800.22269.6846.3459.8
Hex9869C8183001610e2e3c
Octal23015131030600264165674
Binary1001100011010011100100011000110000010110100001110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9869C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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