#9D67CC

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

Shades of Amethyst #9D67CC

Tints of Amethyst #9D67CC

Color information

#9D67CC (or 0x9D67CC) is unknown color: approx Amethyst. HEX triplet: 9D, 67 and CC. RGB value is (157,103,204). Sum of RGB (Red+Green+Blue) = 157+103+204=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D67CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D67CC is #629833. Grayscale: #828282. Windows color (decimal): -6461492 or 13395869. OLE color: 13395869.

HSL color Cylindrical-coordinate representation of color #9D67CC: hue angle of 272.08º 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 #9D67CC is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB157103204-
CMYK0.230.5000.2
HSL272.08º49.75%60.2%-
HSV(B)272.08º49.51%80%-
XYZ29.6521.2359.66-
YUV130.66169.39146.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.84%
GREEN value IS 103 (40.62% from 255) = 22.20%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=33.84%
G=22.20%
B=43.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571032040.230.5000.2272.0849.7560.2
Hex9D67CC1732014110323c
Octal23514731427620244206274
Binary1001110111001111100110010111110010010100100010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D67CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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