#9758CB

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

Shades of Amethyst #9758CB

Tints of Amethyst #9758CB

Color information

#9758CB (or 0x9758CB) is unknown color: approx Amethyst. HEX triplet: 97, 58 and CB. RGB value is (151,88,203). Sum of RGB (Red+Green+Blue) = 151+88+203=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #9758CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9758CB is #68A734. Grayscale: #777777. Windows color (decimal): -6858549 or 13326487. OLE color: 13326487.

HSL color Cylindrical-coordinate representation of color #9758CB: hue angle of 272.87º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9758CB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15188203-
CMYK0.260.5700.20
HSL272.87º52.51%57.06%-
HSV(B)272.87º56.65%79.61%-
XYZ27.0317.8758.52-
YUV119.95174.87150.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 88 (34.77% from 255) = 19.91%
BLUE value IS 203 (79.69% from 255) = 45.93%
R=34.16%
G=19.91%
B=45.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151882030.260.5700.20272.8752.5157.06
Hex9758CB1A390141113539
Octal22713031332710244216571
Binary1001011110110001100101111010111001010100100010001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9758CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9758CB; }

 p { color: rgb(151,88,203); }

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

<style>
 a { background-color: #9758CB; }

 a { background-color: rgb(151,88,203); }

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

<style>
 span { border-color: #9758CB; }

 span { border-color: rgb(151,88,203); }

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