#9B6DCD

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

Shades of Amethyst #9B6DCD

Tints of Amethyst #9B6DCD

Color information

#9B6DCD (or 0x9B6DCD) is unknown color: approx Amethyst. HEX triplet: 9B, 6D and CD. RGB value is (155,109,205). Sum of RGB (Red+Green+Blue) = 155+109+205=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6DCD is #649232. Grayscale: #858585. Windows color (decimal): -6591027 or 13462939. OLE color: 13462939.

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

Color convert

RGB155109205-
CMYK0.240.4700.20
HSL268.75º48.98%61.57%-
HSV(B)268.75º46.83%80.39%-
XYZ30.0122.3160.48-
YUV133.7168.24143.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=33.05%
G=23.24%
B=43.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551092050.240.4700.20268.7548.9861.57
Hex9B6DCD182F01410d313e
Octal23315531530570244156176
Binary1001101111011011100110111000101111010100100001101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,109,205); }

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

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

 a { background-color: rgb(155,109,205); }

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

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

 span { border-color: rgb(155,109,205); }

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