#9C65BF

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

Shades of Amethyst #9C65BF

Tints of Amethyst #9C65BF

Color information

#9C65BF (or 0x9C65BF) is unknown color: approx Amethyst. HEX triplet: 9C, 65 and BF. RGB value is (156,101,191). Sum of RGB (Red+Green+Blue) = 156+101+191=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C65BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C65BF is #639A40. Grayscale: #7F7F7F. Windows color (decimal): -6527553 or 12543388. OLE color: 12543388.

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

Color convert

RGB156101191-
CMYK0.180.4700.25
HSL276.67º41.28%57.25%-
HSV(B)276.67º47.12%74.9%-
XYZ27.7720.1451.71-
YUV127.7163.72148.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 191 (75% from 255) = 42.63%
R=34.82%
G=22.54%
B=42.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561011910.180.4700.25276.6741.2857.25
Hex9C65BF122F0191152939
Octal23414527722570314255171
Binary1001110011001011011111110010101111011001100010101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C65BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C65BF; }

 p { color: rgb(156,101,191); }

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

<style>
 a { background-color: #9C65BF; }

 a { background-color: rgb(156,101,191); }

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

<style>
 span { border-color: #9C65BF; }

 span { border-color: rgb(156,101,191); }

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