#9B6BCA

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

Shades of Amethyst #9B6BCA

Tints of Amethyst #9B6BCA

Color information

#9B6BCA (or 0x9B6BCA) is unknown color: approx Amethyst. HEX triplet: 9B, 6B and CA. RGB value is (155,107,202). Sum of RGB (Red+Green+Blue) = 155+107+202=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B6BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6BCA is #649435. Grayscale: #838383. Windows color (decimal): -6591542 or 13265819. OLE color: 13265819.

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

Color convert

RGB155107202-
CMYK0.230.4700.21
HSL270.32º47.26%60.59%-
HSV(B)270.32º47.03%79.22%-
XYZ29.4421.7558.52-
YUV132.18167.4144.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.41%
GREEN value IS 107 (42.19% from 255) = 23.06%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=33.41%
G=23.06%
B=43.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551072020.230.4700.21270.3247.2660.59
Hex9B6BCA172F01510e2f3d
Octal23315331227570254165775
Binary1001101111010111100101010111101111010101100001110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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