#9B6ECA

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

Shades of Amethyst #9B6ECA

Tints of Amethyst #9B6ECA

Color information

#9B6ECA (or 0x9B6ECA) is unknown color: approx Amethyst. HEX triplet: 9B, 6E and CA. RGB value is (155,110,202). Sum of RGB (Red+Green+Blue) = 155+110+202=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B6ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6ECA is #649135. Grayscale: #858585. Windows color (decimal): -6590774 or 13266587. OLE color: 13266587.

HSL color Cylindrical-coordinate representation of color #9B6ECA: hue angle of 269.35º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B6ECA is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB155110202-
CMYK0.230.4600.21
HSL269.35º46.46%61.18%-
HSV(B)269.35º45.54%79.22%-
XYZ29.7522.3858.63-
YUV133.94166.41143.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.19%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=33.19%
G=23.55%
B=43.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551102020.230.4600.21269.3546.4661.18
Hex9B6ECA172E01510d2e3d
Octal23315631227560254155675
Binary1001101111011101100101010111101110010101100001101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,110,202); }

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

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

 a { background-color: rgb(155,110,202); }

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

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

 span { border-color: rgb(155,110,202); }

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