#9A65CB

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

Shades of Amethyst #9A65CB

Tints of Amethyst #9A65CB

Color information

#9A65CB (or 0x9A65CB) is unknown color: approx Amethyst. HEX triplet: 9A, 65 and CB. RGB value is (154,101,203). Sum of RGB (Red+Green+Blue) = 154+101+203=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A65CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A65CB is #659A34. Grayscale: #808080. Windows color (decimal): -6658613 or 13329818. OLE color: 13329818.

HSL color Cylindrical-coordinate representation of color #9A65CB: hue angle of 271.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A65CB is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154101203-
CMYK0.240.5000.20
HSL271.18º49.51%59.61%-
HSV(B)271.18º50.25%79.61%-
XYZ28.7620.4958.94-
YUV128.48170.06146.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.62%
GREEN value IS 101 (39.84% from 255) = 22.05%
BLUE value IS 203 (79.69% from 255) = 44.32%
R=33.62%
G=22.05%
B=44.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541012030.240.5000.20271.1849.5159.61
Hex9A65CB183201410f323c
Octal23214531330620244176274
Binary1001101011001011100101111000110010010100100001111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A65CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,101,203); }

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

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

 a { background-color: rgb(154,101,203); }

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

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

 span { border-color: rgb(154,101,203); }

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