#9B67D5

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

Shades of Amethyst #9B67D5

Tints of Amethyst #9B67D5

Color information

#9B67D5 (or 0x9B67D5) is unknown color: approx Amethyst. HEX triplet: 9B, 67 and D5. RGB value is (155,103,213). Sum of RGB (Red+Green+Blue) = 155+103+213=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #9B67D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B67D5 is #64982A. Grayscale: #828282. Windows color (decimal): -6592555 or 13985691. OLE color: 13985691.

HSL color Cylindrical-coordinate representation of color #9B67D5: hue angle of 268.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B67D5 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB155103213-
CMYK0.270.5200.16
HSL268.36º56.7%61.96%-
HSV(B)268.36º51.64%83.53%-
XYZ30.3821.4765.49-
YUV131.09174.23145.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.91%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 213 (83.59% from 255) = 45.22%
R=32.91%
G=21.87%
B=45.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1551032130.270.5200.16268.3656.761.96
Hex9B67D51B3401010c393e
Octal23314732533640204147176
Binary1001101111001111101010111011110100010000100001100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B67D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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