#9D67CD

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

Shades of Amethyst #9D67CD

Tints of Amethyst #9D67CD

Color information

#9D67CD (or 0x9D67CD) is unknown color: approx Amethyst. HEX triplet: 9D, 67 and CD. RGB value is (157,103,205). Sum of RGB (Red+Green+Blue) = 157+103+205=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D67CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D67CD is #629832. Grayscale: #828282. Windows color (decimal): -6461491 or 13461405. OLE color: 13461405.

HSL color Cylindrical-coordinate representation of color #9D67CD: hue angle of 271.76º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D67CD is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157103205-
CMYK0.230.5000.20
HSL271.76º50.5%60.39%-
HSV(B)271.76º49.76%80.39%-
XYZ29.7721.2860.3-
YUV130.77169.89146.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.76%
GREEN value IS 103 (40.62% from 255) = 22.15%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=33.76%
G=22.15%
B=44.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571032050.230.5000.20271.7650.560.39
Hex9D67CD1732014110323c
Octal23514731527620244206274
Binary1001110111001111100110110111110010010100100010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D67CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,103,205); }

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

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

 a { background-color: rgb(157,103,205); }

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

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

 span { border-color: rgb(157,103,205); }

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