#9565cb

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

Shades of Amethyst #9565CB

Tints of Amethyst #9565CB

Color information

#9565CB (or 0x9565CB) is unknown color: approx Amethyst. HEX triplet: 95, 65 and CB. RGB value is (149,101,203). Sum of RGB (Red+Green+Blue) = 149+101+203=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #9565CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565CB is #6A9A34. Grayscale: #7E7E7E. Windows color (decimal): -6986293 or 13329813. OLE color: 13329813.

HSL color Cylindrical-coordinate representation of color #9565CB: hue angle of 268.24º 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 #9565CB is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149101203-
CMYK0.270.5000.20
HSL268.24º49.51%59.61%-
HSV(B)268.24º50.25%79.61%-
XYZ27.8320.0158.9-
YUV126.98170.9143.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.89%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=32.89%
G=22.30%
B=44.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491012030.270.5000.20268.2449.5159.61
Hex9565CB1B3201410c323c
Octal22514531333620244146274
Binary1001010111001011100101111011110010010100100001100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9565cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9565cb; }

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

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

<style>
 a { background-color: #9565cb; }

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

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

<style>
 span { border-color: #9565cb; }

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

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