#9869CF

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

Shades of Amethyst #9869CF

Tints of Amethyst #9869CF

Color information

#9869CF (or 0x9869CF) is unknown color: approx Amethyst. HEX triplet: 98, 69 and CF. RGB value is (152,105,207). Sum of RGB (Red+Green+Blue) = 152+105+207=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #9869CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869CF is #679630. Grayscale: #828282. Windows color (decimal): -6788657 or 13592984. OLE color: 13592984.

HSL color Cylindrical-coordinate representation of color #9869CF: hue angle of 267.65º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9869CF is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152105207-
CMYK0.270.4900.19
HSL267.65º51.52%61.18%-
HSV(B)267.65º49.28%81.18%-
XYZ29.2621.2861.6-
YUV130.68171.07143.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.76%
GREEN value IS 105 (41.41% from 255) = 22.63%
BLUE value IS 207 (81.25% from 255) = 44.61%
R=32.76%
G=22.63%
B=44.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521052070.270.4900.19267.6551.5261.18
Hex9869CF1B3101310c343d
Octal23015131733610234146475
Binary1001100011010011100111111011110001010011100001100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9869CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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