#9165CD

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

Shades of Amethyst #9165CD

Tints of Amethyst #9165CD

Color information

#9165CD (or 0x9165CD) is unknown color: approx Amethyst. HEX triplet: 91, 65 and CD. RGB value is (145,101,205). Sum of RGB (Red+Green+Blue) = 145+101+205=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #9165CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9165CD is #6E9A32. Grayscale: #7D7D7D. Windows color (decimal): -7248435 or 13460881. OLE color: 13460881.

HSL color Cylindrical-coordinate representation of color #9165CD: hue angle of 265.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9165CD is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145101205-
CMYK0.290.5100.20
HSL265.38º50.98%60%-
HSV(B)265.38º50.73%80.39%-
XYZ27.3519.7360.13-
YUV126.01172.58141.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.15%
GREEN value IS 101 (39.84% from 255) = 22.39%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=32.15%
G=22.39%
B=45.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451012050.290.5100.20265.3850.9860
Hex9165CD1D33014109333c
Octal22114531535630244116374
Binary1001000111001011100110111101110011010100100001001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9165CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9165CD; }

 p { color: rgb(145,101,205); }

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

<style>
 a { background-color: #9165CD; }

 a { background-color: rgb(145,101,205); }

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

<style>
 span { border-color: #9165CD; }

 span { border-color: rgb(145,101,205); }

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