#9B6BD5

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

Shades of Amethyst #9B6BD5

Tints of Amethyst #9B6BD5

Color information

#9B6BD5 (or 0x9B6BD5) is unknown color: approx Amethyst. HEX triplet: 9B, 6B and D5. RGB value is (155,107,213). Sum of RGB (Red+Green+Blue) = 155+107+213=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #9B6BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6BD5 is #64942A. Grayscale: #858585. Windows color (decimal): -6591531 or 13986715. OLE color: 13986715.

HSL color Cylindrical-coordinate representation of color #9B6BD5: hue angle of 267.17º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B6BD5 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB155107213-
CMYK0.270.5000.16
HSL267.17º55.79%62.75%-
HSV(B)267.17º49.77%83.53%-
XYZ30.7922.2965.63-
YUV133.44172.9143.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 213 (83.59% from 255) = 44.84%
R=32.63%
G=22.53%
B=44.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1551072130.270.5000.16267.1755.7962.75
Hex9B6BD51B3201010b383f
Octal23315332533620204137077
Binary1001101111010111101010111011110010010000100001011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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