#9965CF

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

Shades of Amethyst #9965CF

Tints of Amethyst #9965CF

Color information

#9965CF (or 0x9965CF) is unknown color: approx Amethyst. HEX triplet: 99, 65 and CF. RGB value is (153,101,207). Sum of RGB (Red+Green+Blue) = 153+101+207=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #9965CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965CF is #669A30. Grayscale: #808080. Windows color (decimal): -6724145 or 13591961. OLE color: 13591961.

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

Color convert

RGB153101207-
CMYK0.260.5100.19
HSL269.43º52.48%60.39%-
HSV(B)269.43º51.21%81.18%-
XYZ29.0520.5861.47-
YUV128.63172.23145.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.19%
GREEN value IS 101 (39.84% from 255) = 21.91%
BLUE value IS 207 (81.25% from 255) = 44.90%
R=33.19%
G=21.91%
B=44.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531012070.260.5100.19269.4352.4860.39
Hex9965CF1A3301310d343c
Octal23114531732630234156474
Binary1001100111001011100111111010110011010011100001101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9965CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,101,207); }

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

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

 a { background-color: rgb(153,101,207); }

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

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

 span { border-color: rgb(153,101,207); }

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