#9658CF

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

Shades of Amethyst #9658CF

Tints of Amethyst #9658CF

Color information

#9658CF (or 0x9658CF) is unknown color: approx Amethyst. HEX triplet: 96, 58 and CF. RGB value is (150,88,207). Sum of RGB (Red+Green+Blue) = 150+88+207=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #9658CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9658CF is #69A730. Grayscale: #777777. Windows color (decimal): -6924081 or 13588630. OLE color: 13588630.

HSL color Cylindrical-coordinate representation of color #9658CF: hue angle of 271.26º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9658CF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15088207-
CMYK0.280.5700.19
HSL271.26º55.35%57.84%-
HSV(B)271.26º57.49%81.18%-
XYZ27.3317.9761.06-
YUV120.1177.04149.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 88 (34.77% from 255) = 19.78%
BLUE value IS 207 (81.25% from 255) = 46.52%
R=33.71%
G=19.78%
B=46.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150882070.280.5700.19271.2655.3557.84
Hex9658CF1C3901310f373a
Octal22613031734710234176772
Binary1001011010110001100111111100111001010011100001111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9658CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9658CF; }

 p { color: rgb(150,88,207); }

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

<style>
 a { background-color: #9658CF; }

 a { background-color: rgb(150,88,207); }

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

<style>
 span { border-color: #9658CF; }

 span { border-color: rgb(150,88,207); }

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