#9A62CB

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

Shades of Amethyst #9A62CB

Tints of Amethyst #9A62CB

Color information

#9A62CB (or 0x9A62CB) is unknown color: approx Amethyst. HEX triplet: 9A, 62 and CB. RGB value is (154,98,203). Sum of RGB (Red+Green+Blue) = 154+98+203=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A62CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A62CB is #659D34. Grayscale: #7E7E7E. Windows color (decimal): -6659381 or 13329050. OLE color: 13329050.

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

Color convert

RGB15498203-
CMYK0.240.5200.20
HSL272º50.24%59.02%-
HSV(B)272º51.72%79.61%-
XYZ28.4719.9258.84-
YUV126.71171.05147.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.85%
GREEN value IS 98 (38.67% from 255) = 21.54%
BLUE value IS 203 (79.69% from 255) = 44.62%
R=33.85%
G=21.54%
B=44.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154982030.240.5200.2027250.2459.02
Hex9A62CB1834014110323b
Octal23214231330640244206273
Binary1001101011000101100101111000110100010100100010000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A62CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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