#9B67C9

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

Shades of Amethyst #9B67C9

Tints of Amethyst #9B67C9

Color information

#9B67C9 (or 0x9B67C9) is unknown color: approx Amethyst. HEX triplet: 9B, 67 and C9. RGB value is (155,103,201). Sum of RGB (Red+Green+Blue) = 155+103+201=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 201 - color contains mainly: blue. Hex color #9B67C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B67C9 is #649836. Grayscale: #818181. Windows color (decimal): -6592567 or 13199259. OLE color: 13199259.

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

Color convert

RGB155103201-
CMYK0.230.4900.21
HSL271.84º47.57%59.61%-
HSV(B)271.84º48.76%78.82%-
XYZ28.9120.8957.77-
YUV129.72168.23146.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 201 (78.91% from 255) = 43.79%
R=33.77%
G=22.44%
B=43.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551032010.230.4900.21271.8447.5759.61
Hex9B67C91731015110303c
Octal23314731127610254206074
Binary1001101111001111100100110111110001010101100010000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B67C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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